haikuwebkit/LayoutTests/fast/css/parsing-css-nonascii-expect...

28 lines
556 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Test parsing of CSS escapes.
SUCCESS
Rules from the stylesheet:
#a127_\7f { color: red; }
#a128_€ { color: red; }
#b128_€ { color: green; }
#a159_Ÿ { color: red; }
#b159_Ÿ { color: green; }
#a160_  { color: red; }
#b160_  { color: green; }
#a384_ƀ { color: red; }
#b384_ƀ { color: green; }
Expected result:
#a127_\7f { color: red; }
#a128_€ { color: red; }
#b128_€ { color: green; }
#a159_Ÿ { color: red; }
#b159_Ÿ { color: green; }
#a160_  { color: red; }
#b160_  { color: green; }
#a384_ƀ { color: red; }
#b384_ƀ { color: green; }