Index: LayoutTests/css3/device-adapt/viewport-min-width-extend-to-zoom.html |
diff --git a/LayoutTests/css3/device-adapt/viewport-min-width-extend-to-zoom.html b/LayoutTests/css3/device-adapt/viewport-min-width-extend-to-zoom.html |
index e65a352070a4303876b45b2fb26fd94d64bcecb0..2006450e5a9d98e3915cde92d53ac8624da89888 100644 |
--- a/LayoutTests/css3/device-adapt/viewport-min-width-extend-to-zoom.html |
+++ b/LayoutTests/css3/device-adapt/viewport-min-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) { |