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