Chromium Code Reviews

Unified Diff: LayoutTests/fast/viewport/viewport-11.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/viewport/viewport-11.html
diff --git a/LayoutTests/fast/viewport/viewport-11.html b/LayoutTests/fast/viewport/viewport-11.html
index 922b421062394fc05d5d7cc3235d3dbeddd84d32..c4180287eddff1019d763e3414a24f9f771a8332 100644
--- a/LayoutTests/fast/viewport/viewport-11.html
+++ b/LayoutTests/fast/viewport/viewport-11.html
@@ -5,7 +5,7 @@
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
- alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
+ alert(internals.configurationForViewport(document, 1, 320, 352));
}
}
</script>

Powered by Google App Engine