Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html

Issue 66383005: Remove the concept of user stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix WebFrameCSSCallbackTest tests Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/css3/device-adapt/viewport-initial-height-zero.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d2a05c94b6ff1cd220d0f0b044e4cf7cf7ee1722..b5279d78bfc20f4b57c57c2a1c5fff16d2693f27 100644
--- a/LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html
+++ b/LayoutTests/css3/device-adapt/viewport-height-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>
« no previous file with comments | « no previous file | LayoutTests/css3/device-adapt/viewport-initial-height-zero.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698