blob: 374b07e97a69c271aab7c3f3c45c8758f0c1552f [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 { }