| Index: LayoutTests/fast/viewport/viewport-134.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-134.html b/LayoutTests/fast/viewport/viewport-134.html
|
| index fcad79b089abf063e9bada2d5003315713462a49..2621682924c47a1daf3cc673cc8f37ca766447bb 100644
|
| --- a/LayoutTests/fast/viewport/viewport-134.html
|
| +++ b/LayoutTests/fast/viewport/viewport-134.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>
|
|
|