| Index: LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
|
| diff --git a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html b/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
|
| index 617e9d89cb0e07dfa2e563953734619a066095f7..d2a05c94b6ff1cd220d0f0b044e4cf7cf7ee1722 100644
|
| --- a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
|
| +++ b/LayoutTests/css3/device-adapt/viewport-height-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) {
|
|
|