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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt

Issue 2246293003: Unprefix CSS user-select property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 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
Index: third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt b/third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt
index a040704e38c41775f1f56a456b269abd4da2b982..d68c8ae5e44473b7c04abbcb4688d584f7af84de 100644
--- a/third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt
@@ -3,5 +3,5 @@ To manual test, open resources/5000x5000.png in a viewport-capable browser (e.g.
Passes if the image shinks to fit the width.
viewport meta: <meta name="viewport" content="width=device-width, minimum-scale=0.1">
-image style: -webkit-user-select: none; cursor: zoom-in;
+image style: user-select: none; cursor: zoom-in;
image actual width: 100

Powered by Google App Engine
This is Rietveld 408576698