Index: LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html |
diff --git a/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html b/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html |
index cfdbef543bac4cf7cf942633ec09de4630e3cffc..9810faed07a632b338276b898f22e41bc4c31d9a 100644 |
--- a/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html |
+++ b/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html |
@@ -8,15 +8,6 @@ |
html, body { width: 100%; height: 100%; margin: 0 } |
@viewport { width: -internal-extend-to-zoom; zoom: 0.5; } |
</style> |
- <script> |
- test(function(){ |
- assert_own_property(window, "testRunner"); |
- }, "Check that window.testRunner is present. Required to add a user stylesheet."); |
- |
- if (window.testRunner) { |
- 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> |
<body> |
<div id="log"></div> |