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

Unified Diff: LayoutTests/fast/media/mq-pointer-expected.txt

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 | « LayoutTests/fast/media/mq-pointer.html ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/mq-pointer-expected.txt
diff --git a/LayoutTests/fast/media/mq-pointer-expected.txt b/LayoutTests/fast/media/mq-pointer-expected.txt
index cf7a6956ddeffb2d305b5304759203cdaac4bc10..f28914de78db015ee98093317ec69585f2edd83f 100644
--- a/LayoutTests/fast/media/mq-pointer-expected.txt
+++ b/LayoutTests/fast/media/mq-pointer-expected.txt
@@ -9,8 +9,9 @@ Query "(pointer:coARse)": false
Query "(pointer:bogusvalue)": false
Query "(pointer:fine)": false
Query "(hover)": false
-Query "(hover:0)": false
-Query "(hover:1)": false
+Query "(hover:none)": false
+Query "(hover:hover)": false
+Query "(hover:on-demand)": false
Query "(hover:bogusvalue)": false
------------- with touch screen -------------
Query "(pointer)": true
@@ -20,8 +21,9 @@ Query "(pointer:coarse)": true
Query "(pointer:coARse)": true
Query "(pointer:bogusvalue)": false
Query "(pointer:fine)": false
-Query "(hover)": false
-Query "(hover:0)": true
-Query "(hover:1)": false
+Query "(hover)": true
+Query "(hover:none)": false
+Query "(hover:hover)": false
+Query "(hover:on-demand)": true
Query "(hover:bogusvalue)": false
« no previous file with comments | « LayoutTests/fast/media/mq-pointer.html ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698