| 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 8a39e0bcd147291cec4f515ef75632345fc3620a..f04166c96adc3ff09dff194dfe1c0307f67bb771 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
|
| @@ -14,7 +14,7 @@
|
| }, "Check that window.testRunner is present. Required to add a user stylesheet.");
|
|
|
| if (window.testRunner) {
|
| - testRunner.addUserStyleSheet("@viewport { width: -internal-extend-to-zoom 980px; min-zoom: 0.25; max-zoom: 5; height: auto; zoom: auto; user-zoom: zoom; orientation: auto }", true);
|
| + testRunner.injectStyleSheet("@viewport { width: -internal-extend-to-zoom 980px; min-zoom: 0.25; max-zoom: 5; height: auto; zoom: auto; user-zoom: zoom; orientation: auto }", true);
|
| }
|
| </script>
|
| </head>
|
|
|