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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2.html

Issue 1555163002: Revert "Revert of Support device scale factor test with popups in LayoutTest (patchset #2 id:40001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hypothentical fix Created 4 years, 12 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/hidpi/popup-menu-appearance-dsf2.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2-with-zoom.html b/third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2.html
similarity index 89%
copy from third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2-with-zoom.html
copy to third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2.html
index 036c53f521eac598a0c4de85dee10ced5abbeac8..f44fc94aae165b80f6f13aac5f122023434e8dee 100644
--- a/third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2-with-zoom.html
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/popup-menu-appearance-dsf2.html
@@ -5,9 +5,7 @@
window.enablePixelTesting = true;
function startTest() {
if (window.testRunner) {
- testRunner.enableUseZoomForDSF(function() {
- testRunner.setBackingScaleFactor(2.0, function() {});
- });
+ testRunner.setBackingScaleFactor(2.0, function() {});
}
}
window.matchMedia('screen and (min-resolution: 2dppx)').

Powered by Google App Engine
This is Rietveld 408576698