| Index: LayoutTests/fast/viewport/viewport-120.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-120.html b/LayoutTests/fast/viewport/viewport-120.html
|
| index 3dbaaf8d605d8ec019b21d471289f13e3ecb9adc..d119198cd51841e2ae2a4aee45830ce45aaf9692 100644
|
| --- a/LayoutTests/fast/viewport/viewport-120.html
|
| +++ b/LayoutTests/fast/viewport/viewport-120.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>
|
|
|