Index: LayoutTests/css3/device-adapt/opera/constrain-009.html |
diff --git a/LayoutTests/css3/device-adapt/opera/constrain-009.html b/LayoutTests/css3/device-adapt/opera/constrain-009.html |
index 010bbcca35e6392726c773bc23a4827a3cd2b1c1..647139deacadbaf34de1304cd207e7e6d0618122 100644 |
--- a/LayoutTests/css3/device-adapt/opera/constrain-009.html |
+++ b/LayoutTests/css3/device-adapt/opera/constrain-009.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); |