| 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 4ba0b1f91c81e99b50b27788bedbd52fc5be9571..82bbf214d5a233092fa75e07a5028e8fa09d1c60 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
|
| @@ -13,7 +13,7 @@
|
| <div id="log"></div>
|
| <script>
|
| test(function(){
|
| - assert_own_property(window, "internals");
|
| + assert_true(window.internals instanceof Object);
|
| }, "Check that window.internals is present. Required to call viewportAsText.");
|
|
|
| var actualWidth;
|
|
|