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

Unified Diff: LayoutTests/fast/viewport/viewport-113.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/fast/viewport/viewport-113.html
diff --git a/LayoutTests/fast/viewport/viewport-113.html b/LayoutTests/fast/viewport/viewport-113.html
index e44e800193c12cf6826bff4e3ea05812896fc2a7..ca6b7280d7d62c6dc05be6a3ea1549d2e9e53fa3 100644
--- a/LayoutTests/fast/viewport/viewport-113.html
+++ b/LayoutTests/fast/viewport/viewport-113.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
This is Rietveld 408576698