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