Chromium Code Reviews

Unified Diff: LayoutTests/css3/device-adapt/viewport-insert-rule-before.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/css3/device-adapt/viewport-insert-rule-before.html
diff --git a/LayoutTests/css3/device-adapt/viewport-insert-rule-before.html b/LayoutTests/css3/device-adapt/viewport-insert-rule-before.html
index ad469cd60d1bed3c045dcc61f2e1c2f38c772792..7c632539a88ab6fba0f7a50b767a9ce26e1714f5 100644
--- a/LayoutTests/css3/device-adapt/viewport-insert-rule-before.html
+++ b/LayoutTests/css3/device-adapt/viewport-insert-rule-before.html
@@ -16,7 +16,7 @@
testRunner.dumpAsText();
document.styleSheets[0].insertRule("@viewport {width: 1000px}", 0);
document.body.offsetWidth; // Trigger style resolving
- alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
+ alert(internals.configurationForViewport(document, 1, 320, 352));
}
}
</script>

Powered by Google App Engine