haikuwebkit/LayoutTests/fast/css/parsing-css-escapes-expecte...

20 lines
306 B
Plaintext

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 { }