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