Index: LayoutTests/css3/device-adapt/opera/syntax-002.html |
diff --git a/LayoutTests/css3/device-adapt/opera/syntax-002.html b/LayoutTests/css3/device-adapt/opera/syntax-002.html |
index 246e3102cf85547a2349d859b9fb1344bb6df71a..4ec36b564ba2dbe01f2048e7c4272d0a16aaf623 100644 |
--- a/LayoutTests/css3/device-adapt/opera/syntax-002.html |
+++ b/LayoutTests/css3/device-adapt/opera/syntax-002.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); |