Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/Source/web/tests/data/device_emulation.html

Issue 2673963002: Drop hover:on-demand support & let touch-screens report "none" instead. (Closed)
Patch Set: Fixed a "yikes!" Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « third_party/WebKit/Source/web/DevToolsEmulator.cpp ('k') | third_party/WebKit/public/platform/PointerProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698