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

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

Issue 2445413003: [Blink] Display images on a dark background (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 d68c8ae5e44473b7c04abbcb4688d584f7af84de..21124e259809687ed557cb6b8903ae6b51bd4112 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: user-select: none; cursor: zoom-in;
+image style: -webkit-user-select: none;background-position: 0px 0px, 10px 10px;background-size: 20px 20px;background-color: white;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%);
image actual width: 100

Powered by Google App Engine
This is Rietveld 408576698