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 b5279d78bfc20f4b57c57c2a1c5fff16d2693f27..cdb68c3e7fe0c32f26e2aa60ada0639696b03919 100644 |
--- a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html |
+++ b/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html |
@@ -8,15 +8,6 @@ |
html, body { width: 100%; height: 100%; margin: 0 } |
@viewport { height: -internal-extend-to-zoom; zoom: 2.0; } |
</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); |
ojan
2015/04/02 18:19:48
I expect these tests aren't testing anything usefu
dcheng
2015/04/02 18:22:42
They were added to test the extend-to-zoom propert
|
- } |
- </script> |
</head> |
<body> |
<div id="log"></div> |