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

Unified Diff: LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html

Issue 13845021: DevTools: Bring Sass support from behind the experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 5 months 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/http/tests/inspector/styles/selector-line-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
index 59c7e21e1a7641f47df1abdc2edf40f0a15f9901..d7968c005c9394e4f44825648930c63a4c65f533 100644
--- a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
@@ -20,8 +20,8 @@ function addStylesheet()
function test()
{
- WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
- InspectorTest.evaluateInPage("addStylesheet()", step1);
+ WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
+ InspectorTest.evaluateInPage("addStylesheet()");
function step1()
{

Powered by Google App Engine
This is Rietveld 408576698