blob: 374b07e97a69c271aab7c3f3c45c8758f0c1552f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Test parsing of CSS escapes.
SUCCESS
Rules from the stylesheet:
#a { background-color: green; }
#b { background-color: green; }
#c { background-color: green; }
#d { }
#e { }
Expected result:
#a { background-color: green; }
#b { background-color: green; }
#c { background-color: green; }
#d { }
#e { }
|