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

Unified Diff: third_party/WebKit/LayoutTests/inspector/css_tracker/decorations-after-inplace-formatter.html

Issue 2705433003: DevTools: decouple model logic from presentation within CSSTrackerView (Closed)
Patch Set: Review comments addressed Created 3 years, 10 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: third_party/WebKit/LayoutTests/inspector/css_tracker/decorations-after-inplace-formatter.html
diff --git a/third_party/WebKit/LayoutTests/inspector/css_tracker/decorations-after-inplace-formatter.html b/third_party/WebKit/LayoutTests/inspector/css_tracker/decorations-after-inplace-formatter.html
index f7b3fdbd7797fcfc97600a6073fdb16f941f4472..86adbdb79903e2e6ebf67c1a1b3789581b678b68 100644
--- a/third_party/WebKit/LayoutTests/inspector/css_tracker/decorations-after-inplace-formatter.html
+++ b/third_party/WebKit/LayoutTests/inspector/css_tracker/decorations-after-inplace-formatter.html
@@ -17,7 +17,7 @@ function test()
var scriptFormatter;
var tracker = self.runtime.sharedInstance(CSSTracker.CSSTrackerView);
- InspectorTest.addSniffer(CSSTracker.CSSTrackerView.prototype, "_renderRuleUsage", onTracingFinished);
+ InspectorTest.addSniffer(CSSTracker.CSSTrackerView.prototype, "_updateGutter", onTracingFinished);
tracker._toggleRecording(true);
UI.viewManager.showView("css_tracker");
@@ -55,7 +55,7 @@ function test()
InspectorTest.addResult(lines);
InspectorTest.completeTest();
}
-
+
function inplaceFormatter()
{
return self.runtime.allInstances(Sources.SourcesView.EditorAction).then(function(editorActions) {

Powered by Google App Engine
This is Rietveld 408576698