/home/clopez/webkit/webkit/layout-test-results/fast/media/mq-any-hover-matchMedia-actual.txt

33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44
55
6 window.matchMedia("(any-hover)").matches = true
7 window.matchMedia("(any-hover: hover)").matches = true
 6window.matchMedia("(any-hover)").matches = false
 7window.matchMedia("(any-hover: hover)").matches = false
88window.matchMedia("(any-hover: on-demand)").matches = false
9 window.matchMedia("(any-hover: none)").matches = false
10 window.matchMedia("(any-hover: Hover)").matches = true
 9window.matchMedia("(any-hover: none)").matches = true
 10window.matchMedia("(any-hover: Hover)").matches = false
1111window.matchMedia("(any-hover: On-demand)").matches = false
12 window.matchMedia("(any-hover: None)").matches = false
13 window.matchMedia("(Any-Hover: hover)").matches = true
 12window.matchMedia("(any-hover: None)").matches = true
 13window.matchMedia("(Any-Hover: hover)").matches = false
1414window.matchMedia("(Any-Hover: on-demand)").matches = false
15 window.matchMedia("(Any-Hover: none)").matches = false
 15window.matchMedia("(Any-Hover: none)").matches = true
1616PASS successfullyParsed is true
1717
1818TEST COMPLETE