Index: LayoutTests/css3/device-adapt/opera/constrain-011.html |
diff --git a/LayoutTests/css3/device-adapt/opera/constrain-011.html b/LayoutTests/css3/device-adapt/opera/constrain-011.html |
index c5e062885edbb9097bc6e7a80ad4cd9406f9ab54..3bc203a7be278511580b7c1ca27de58d421f87f3 100644 |
--- a/LayoutTests/css3/device-adapt/opera/constrain-011.html |
+++ b/LayoutTests/css3/device-adapt/opera/constrain-011.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); |