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

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

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) 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
deleted file mode 100644
index 21124e259809687ed557cb6b8903ae6b51bd4112..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Tests huge image scaling when viewport is enabled. Requires DumpRenderTree.
-To manual test, open resources/5000x5000.png in a viewport-capable browser (e.g. on Android or enable viewport emulation in DevTools).
-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;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