| <title>Test CSS4 media query "pointer" and "hover" features.</title> |
| <script type="text/javascript" charset="utf-8"> |
| document.getElementById('results').innerHTML += m + '<br>'; |
| for (var index=0; index < queries.length; index++) { |
| log("Query "" + queries[index] + "": " + |
| window.matchMedia(queries[index]).matches); |
| <body onload="runTests()"> |
| <p>Test the <a href="http://dev.w3.org/csswg/css4-mediaqueries/#pointer">(pointer)</a> and |
| <a href="http://dev.w3.org/csswg/css4-mediaqueries/#hover">(hover)</a> media features. |
| See <a href="https://bugs.webkit.org/show_bug.cgi?id=87403">Bug 87403</a> for details.</p> |