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