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

Unified Diff: tracing/tracing/value/ui/breakdown_span_test.html

Issue 3002973002: Refactor diagnostic spans to share a polymer behavior. (Closed)
Patch Set: Created 3 years, 4 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: tracing/tracing/value/ui/breakdown_span_test.html
diff --git a/tracing/tracing/value/ui/breakdown_span_test.html b/tracing/tracing/value/ui/breakdown_span_test.html
index b67da23d634bf7a3212470d18034a160de0a3a70..60190ea61965a8dc65ece22382b09e43a58d14c5 100644
--- a/tracing/tracing/value/ui/breakdown_span_test.html
+++ b/tracing/tracing/value/ui/breakdown_span_test.html
@@ -37,8 +37,8 @@ tr.b.unittest.testSuite(function() {
bar.addSample(i);
}
- const span = tr.v.ui.createDiagnosticSpan(
- breakdown, new tr.v.Histogram('', tr.b.Unit.byName.timeDurationInMs));
+ const span = tr.v.ui.createDiagnosticSpan(breakdown, '', new tr.v.Histogram(
+ '', tr.b.Unit.byName.timeDurationInMs));
assert.strictEqual('TR-V-UI-BREAKDOWN-SPAN', span.tagName);
this.addHTMLOutput(span);
assert.isDefined(tr.ui.b.findDeepElementMatchingPredicate(

Powered by Google App Engine
This is Rietveld 408576698