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

Unified Diff: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header.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-sourcemap-header.html
diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header.html b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header.html
index 7017a8700aace86ffb26421829bae5d004d2a579..50ecea623a0780b06431131cdfbed1e406b6038c 100644
--- a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header.html
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header.html
@@ -7,17 +7,11 @@
function test()
{
- WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
- InspectorTest.reloadPage(step1);
+ WebInspector.showPanel("elements");
+ InspectorTest.selectNodeAndWaitForStyles("inspected", step1);
function step1()
{
- WebInspector.showPanel("elements");
- InspectorTest.selectNodeAndWaitForStyles("inspected", step2);
- }
-
- function step2()
- {
InspectorTest.dumpSelectedElementStyles(true);
InspectorTest.completeTest();
}

Powered by Google App Engine
This is Rietveld 408576698