haikuwebkit/LayoutTests/fast/media/media-query-non-ASCII-case-...

13 lines
372 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Test media queries to make sure only ASCII case is folded, and other non-ASCII case folding is not performed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS matchMedia('screen').matches is true
PASS matchMedia('SCREEN').matches is true
PASS matchMedia('ſcreen').matches is false
PASS successfullyParsed is true
TEST COMPLETE