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..8a39e0bcd147291cec4f515ef75632345fc3620a 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 |
@@ -23,12 +23,12 @@ |
<script> |
test(function(){ |
assert_own_property(window, "internals"); |
- }, "Check that window.internals is present. Required to call configurationForViewport."); |
+ }, "Check that window.internals is present. Required to call viewportAsText."); |
var actualWidth; |
var actualHeight; |
- var vpString = internals.configurationForViewport(document, 1, 320, 480, 320, 352); |
+ var vpString = internals.viewportAsText(document, 1, 320, 352); |
var match = /viewport size (.+)x(.+) scale (.+ )/.exec(vpString); |
if (match) { |