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