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

Unified Diff: tracing/tracing/ui/base/tab_view_test.html

Issue 2292293003: [tracing] Add support for tab icons in <tr-ui-b-tab-view> (Closed)
Patch Set: Generalize to item.tabIcon.style Created 4 years, 3 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 | « tracing/tracing/ui/base/tab_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/tab_view_test.html
diff --git a/tracing/tracing/ui/base/tab_view_test.html b/tracing/tracing/ui/base/tab_view_test.html
index 42a45ba1f438ba6598cf4855fae03cd2a943d964..b780c0e5318e77f4539da32e161fcb9955505aee 100644
--- a/tracing/tracing/ui/base/tab_view_test.html
+++ b/tracing/tracing/ui/base/tab_view_test.html
@@ -61,6 +61,7 @@ tr.b.unittest.testSuite(function() {
var subView = document.createElement('tr-ui-a-alert-sub-view');
subView.selection = new tr.model.EventSet(alert);
subView.tabLabel = 'Alerts';
+ subView.tabIcon = { text: '\u26A0', style: 'color: red;' };
return subView;
}
« no previous file with comments | « tracing/tracing/ui/base/tab_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698