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

Unified Diff: LayoutTests/css3/device-adapt/viewport-user-agent-style.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
Index: LayoutTests/css3/device-adapt/viewport-user-agent-style.html
diff --git a/LayoutTests/css3/device-adapt/viewport-user-agent-style.html b/LayoutTests/css3/device-adapt/viewport-user-agent-style.html
index a6ca8f005785988236ce5abf5c96ea004f193c79..9d6aff9f03cf7e0d546060675df2ce98c1bb8f72 100644
--- a/LayoutTests/css3/device-adapt/viewport-user-agent-style.html
+++ b/LayoutTests/css3/device-adapt/viewport-user-agent-style.html
@@ -8,7 +8,7 @@
if (window.testRunner) {
// FIXME: Emulate the android viewport UA stylesheet. We should test this
// based on the platform we're building for
- testRunner.addUserStyleSheet("@viewport {min-width: 980px}", true);
+ testRunner.injectStyleSheet("@viewport {min-width: 980px}", true);
internals.settings.setViewportEnabled(true);
}
</script>
« no previous file with comments | « LayoutTests/css3/device-adapt/viewport-relative-font.html ('k') | LayoutTests/css3/device-adapt/viewport-user-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698