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

Unified Diff: LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html

Issue 13845021: DevTools: Bring Sass support from behind the experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Separate settings for CSS and JS source maps 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/update-locations-on-filesystem-scss-load.html
diff --git a/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html b/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
index d0f40d428389671026d196f14fef5464efb8f60e..122672ccfbcbf05e8641908ef84e40ef9423d362 100644
--- a/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
+++ b/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
@@ -59,7 +59,6 @@ function test()
InspectorTest.addResult(uiLocation.uiSourceCode.url + ":" + uiLocation.lineNumber + ":" + uiLocation.columnNumber);
}
- WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
InspectorTest.createWorkspace();
manager = InspectorTest.createIsolatedFileSystemManager(InspectorTest.testWorkspace, InspectorTest.testFileSystemMapping);
cssModel = new WebInspector.CSSStyleModel(InspectorTest.testWorkspace);

Powered by Google App Engine
This is Rietveld 408576698