haikuwebkit/LayoutTests/fast/css/parsing-css-surrogate-pairs...

38 lines
786 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 surrogate pairs.
SUCCESS
Rules from the stylesheet:
#a61_a { color: red; }
#b61_a { color: green; }
#a65530_ { color: red; }
#b65530_ { color: green; }
#a65532_ { color: red; }
#b65532_ { color: green; }
#a65533_<33> { color: red; }
#b65533_<33> { color: green; }
#a65536_𐀀 { color: red; }
#b65536_𐀀 { color: green; }
#a119558_𝌆 { color: red; }
#b119558_𝌆 { color: green; }
Expected result:
#a61_a { color: red; }
#b61_a { color: green; }
#a65530_ { color: red; }
#b65530_ { color: green; }
#a65532_ { color: red; }
#b65532_ { color: green; }
#a65533_<33> { color: red; }
#b65533_<33> { color: green; }
#a65536_𐀀 { color: red; }
#b65536_𐀀 { color: green; }
#a119558_𝌆 { color: red; }
#b119558_𝌆 { color: green; }