| Index: LayoutTests/fast/viewport/viewport-126.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-126.html b/LayoutTests/fast/viewport/viewport-126.html
|
| index b1b0ed37242416c2b58c1595611fa21ac39fba88..7bccead5ca145b702aa30a853effa87b72193a06 100644
|
| --- a/LayoutTests/fast/viewport/viewport-126.html
|
| +++ b/LayoutTests/fast/viewport/viewport-126.html
|
| @@ -5,7 +5,7 @@
|
| function test() {
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| - alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
|
| + alert(internals.configurationForViewport(document, 1, 320, 352));
|
| }
|
| }
|
| </script>
|
|
|