blob: a3916cde3ae8f807ae4d650a6df6e59978f410c7 [file] [log] [blame]
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 { }