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

Unified Diff: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.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/selector-line-sourcemap-header-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
index 5cbbf8f2f898caa6254bb0bba9fe6f6cc9cfc353..e50f6657cb77e76355aedeee0209f4e189d83928 100644
--- a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
@@ -14,7 +14,6 @@ function addStylesheet()
function test()
{
- WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
InspectorTest.evaluateInPage("addStylesheet()", step1);
function step1()

Powered by Google App Engine
This is Rietveld 408576698