| 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;
|
| }
|
|
|