Index: LayoutTests/css3/device-adapt/opera/constrain-018.html |
diff --git a/LayoutTests/css3/device-adapt/opera/constrain-018.html b/LayoutTests/css3/device-adapt/opera/constrain-018.html |
index 6d706e57bf3b1462114f987c8d6bd19f701c6850..1cf693d6ae52e28fa9dc643539459970a7f10384 100644 |
--- a/LayoutTests/css3/device-adapt/opera/constrain-018.html |
+++ b/LayoutTests/css3/device-adapt/opera/constrain-018.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); |