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

Unified Diff: LayoutTests/fast/viewport/viewport-33.html

Issue 23101004: Make configurationForViewport match production code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed configurationForViewport to viewportAsText 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
« no previous file with comments | « LayoutTests/fast/viewport/viewport-32.html ('k') | LayoutTests/fast/viewport/viewport-34.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/viewport/viewport-33.html
diff --git a/LayoutTests/fast/viewport/viewport-33.html b/LayoutTests/fast/viewport/viewport-33.html
index 0049f867d2b3eb9222ede2ac2bd2f56cafc0a415..4f3dd4dfce359453d669cb44ada33304fc86ad22 100644
--- a/LayoutTests/fast/viewport/viewport-33.html
+++ b/LayoutTests/fast/viewport/viewport-33.html
@@ -5,7 +5,7 @@
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
- alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
+ alert(internals.viewportAsText(document, 1, 320, 352));
}
}
</script>
« no previous file with comments | « LayoutTests/fast/viewport/viewport-32.html ('k') | LayoutTests/fast/viewport/viewport-34.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698