summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org>2015-04-04 02:28:39 +0000
committerdcheng@chromium.org <dcheng@chromium.org>2015-04-04 02:28:39 +0000
commitdefd48a3234dd73d4a24cef95e35f7ae1879e704 (patch)
tree60a41f8144bfb4ab7cb1a99c17914b560efa80f4 /third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
parentcac0c7c928c7f4c02e5572062ae287396de3269b (diff)
downloadchromium_src-defd48a3234dd73d4a24cef95e35f7ae1879e704.zip
chromium_src-defd48a3234dd73d4a24cef95e35f7ae1879e704.tar.gz
chromium_src-defd48a3234dd73d4a24cef95e35f7ae1879e704.tar.bz2
Remove testRunner.injectStyleSheet usage from layout tests.
BUG= Review URL: https://codereview.chromium.org/1058723002 git-svn-id: svn://svn.chromium.org/blink/trunk@193155 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html')
-rw-r--r--third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html b/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
index cfdbef5..9810fae 100644
--- a/third_party/WebKit/LayoutTests/css3/device-adapt/viewport-width-extend-to-zoom.html
+++ b/third_party/WebKit/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>