| Index: third_party/WebKit/Source/web/tests/data/device_emulation.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/device_emulation.html b/third_party/WebKit/Source/web/tests/data/device_emulation.html
|
| index c96394a05de7e6ed6d7be93c009790efcb986b3b..9779edb9864618d891f326a90615b2ba8bf2d599 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/device_emulation.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/device_emulation.html
|
| @@ -41,7 +41,7 @@ body {
|
| {
|
| #pointer { height: 20px; }
|
| }
|
| -@media all and (hover: on-demand)
|
| +@media all and (hover: none)
|
| {
|
| #pointer { width: 20px; }
|
| }
|
| @@ -59,4 +59,4 @@ function dumpSize(id)
|
| <div id="test"></div>
|
| <div id="pointer"></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|