| Index: LayoutTests/css3/device-adapt/opera/constrain-013.html
|
| diff --git a/LayoutTests/css3/device-adapt/opera/constrain-013.html b/LayoutTests/css3/device-adapt/opera/constrain-013.html
|
| index 33cbb34e168157e2616beb828b7bb3e373a544b8..b2bad441e969f1eb82f103c3e4b731db06db943f 100644
|
| --- a/LayoutTests/css3/device-adapt/opera/constrain-013.html
|
| +++ b/LayoutTests/css3/device-adapt/opera/constrain-013.html
|
| @@ -49,16 +49,12 @@
|
|
|
| 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);
|
| + var vpString = internals.viewportAsText(document, 1,
|
| + viewport.initialWidth,
|
| + viewport.initialHeight);
|
|
|
| var match = /viewport size (.+)x(.+) scale (.+ )/.exec(vpString);
|
|
|
|
|