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

Unified Diff: LayoutTests/fast/media/mq-pointer.html

Issue 451113002: Updated hover media feature to comply updated media queries spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change behind RuntimeEnabledFeature status=stable Created 6 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/fast/media/mq-pointer-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/mq-pointer.html
diff --git a/LayoutTests/fast/media/mq-pointer.html b/LayoutTests/fast/media/mq-pointer.html
index 9ad01a6f5b7fe0db58bc204dc736fdf029581970..70ad4436efc19a8b209f0298aecfd2b184cea175 100644
--- a/LayoutTests/fast/media/mq-pointer.html
+++ b/LayoutTests/fast/media/mq-pointer.html
@@ -23,8 +23,9 @@
"(pointer:bogusvalue)",
"(pointer:fine)",
"(hover)",
- "(hover:0)",
- "(hover:1)",
+ "(hover:none)",
+ "(hover:hover)",
+ "(hover:on-demand)",
"(hover:bogusvalue)" ];
for (var index=0; index < queries.length; index++) {
log("Query &quot;" + queries[index] + "&quot: " +
« no previous file with comments | « no previous file | LayoutTests/fast/media/mq-pointer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698