| Index: LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
|
| diff --git a/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html b/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
|
| index 6622a776b3c5e4a09ece8f3037a63f4b34a12e7f..6aa5fbc91128827fd29fee3202f7a1062c47ec77 100644
|
| --- a/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
|
| +++ b/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
|
| @@ -28,7 +28,7 @@
|
| var actualWidth;
|
| var actualHeight;
|
|
|
| - var vpString = internals.configurationForViewport(document, 1, 320, 480, 320, 352);
|
| + var vpString = internals.configurationForViewport(document, 1, 320, 352);
|
| var match = /viewport size (.+)x(.+) scale (.+ )/.exec(vpString);
|
|
|
| if (match) {
|
|
|