| Index: LayoutTests/fast/viewport/viewport-13.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-13.html b/LayoutTests/fast/viewport/viewport-13.html
|
| index 982a0d71f39967a7d8a4c5db063b139c5d2beb5c..88a6100709283950e97b0283ff75e622cb1d0779 100644
|
| --- a/LayoutTests/fast/viewport/viewport-13.html
|
| +++ b/LayoutTests/fast/viewport/viewport-13.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>
|
|
|