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

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