Chromium Code Reviews

Unified Diff: LayoutTests/css3/device-adapt/opera/cascading-001.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/opera/cascading-001.html
diff --git a/LayoutTests/css3/device-adapt/opera/cascading-001.html b/LayoutTests/css3/device-adapt/opera/cascading-001.html
index 4a77741e3c6a74849d8eac2104fba59afeeffaba..dfe57a5af096e83f8faa3367a613d9c9788eadf6 100644
--- a/LayoutTests/css3/device-adapt/opera/cascading-001.html
+++ b/LayoutTests/css3/device-adapt/opera/cascading-001.html
@@ -49,14 +49,10 @@
if (window.testRunner) {
viewport.fontSize = parseInt(getComputedStyle(testElm, "").fontSize);
- viewport.deviceWidth = 320;
- viewport.deviceHeight = 480;
viewport.initialWidth = 320;
viewport.initialHeight = 352;
var vpString = internals.configurationForViewport(document, 1,
- viewport.deviceWidth,
- viewport.deviceHeight,
viewport.initialWidth,
viewport.initialHeight);

Powered by Google App Engine