blob: 6861443bd7dc578addf5f3d18192107f446e6795 [file] [log] [blame]
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