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

Unified Diff: LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html

Issue 23101004: Make configurationForViewport match production code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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: LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
diff --git a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html b/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
index 617e9d89cb0e07dfa2e563953734619a066095f7..b3b01ba68838d77389f3605ce08ed6e21a2269be 100644
--- a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
+++ b/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
@@ -28,7 +28,7 @@
var actualWidth;
var actualHeight;
- var vpString = internals.configurationForViewport(document, 1, 320, 480, 320, 352);
+ var vpString = internals.configurationForViewport(document, 1, 320, 352);
var match = /viewport size (.+)x(.+) scale (.+ )/.exec(vpString);
if (match) {

Powered by Google App Engine
This is Rietveld 408576698