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

Unified Diff: LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.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 | « LayoutTests/inspector/styles/inject-stylesheet.html ('k') | LayoutTests/printing/page-rule-selection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html
diff --git a/LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html b/LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html
index d8de60048c6c1ea2fa893582c85e2ba044721c5f..d289030586762610fe997a69bb24ad945ba27821 100644
--- a/LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html
+++ b/LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html
@@ -9,7 +9,7 @@ function injectStyleSheet()
{
var styleSheet = "#container { margin: 8px }";
if (window.testRunner)
- window.testRunner.addUserStyleSheet(styleSheet, true);
+ window.testRunner.injectStyleSheet(styleSheet, true);
}
function test()
« no previous file with comments | « LayoutTests/inspector/styles/inject-stylesheet.html ('k') | LayoutTests/printing/page-rule-selection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698