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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance-zoom200.html

Issue 1454613002: Page popups should respect zoom factor of the anchor element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add 1.25 zoom tests Created 5 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/forms/color/color-suggestion-picker-appearance-zoom200.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html b/third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance-zoom200.html
similarity index 94%
copy from third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html
copy to third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance-zoom200.html
index 425b9ca612338be32c20697d49ca1066b70e222f..74fe744e2ac8fccb529ecfecc1bd0b0387420ea0 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/color/color-suggestion-picker-appearance-zoom200.html
@@ -7,7 +7,8 @@ window.enablePixelTesting = true;
<script src="../../../resources/js-test.js"></script>
<script src="../../forms/resources/picker-common.js"></script>
</head>
-<body>
+<body style="zoom: 2;">
+<p>Suggestion picker should respect zoom level.</p>
<input type=color id=color value="#ff0000" list=gray focus>
<datalist id=gray>
<option>#ffffff</option>

Powered by Google App Engine
This is Rietveld 408576698