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

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

Issue 221933005: DevTools: Attempt to make http/tests/inspector/elements/styles/selector-line-sourcemap-header-depre… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html b/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
index ff18b162fd500f0d99ab67c62ceadd2c7690d3e8..4f7435d0ded2f2ac70b6abb21cecbeb7e6482b37 100644
--- a/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
+++ b/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
@@ -15,7 +15,7 @@ function addStylesheet()
function test()
{
WebInspector.settings.cssSourceMapsEnabled.get = function() { return true; }
- WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
+ InspectorTest.addSniffer(WebInspector.SASSSourceMapping.prototype, "_bindUISourceCode", step1);
InspectorTest.evaluateInPage("addStylesheet()");
function step1()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698