| Index: LayoutTests/fast/viewport/viewport-116.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-116.html b/LayoutTests/fast/viewport/viewport-116.html
|
| index bcf5aea91509fc545d49f53d3a8f1d1b520a1408..84984c9c9da1fa7bb8d30eb1963235dbbae96277 100644
|
| --- a/LayoutTests/fast/viewport/viewport-116.html
|
| +++ b/LayoutTests/fast/viewport/viewport-116.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>
|
|
|