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