| Index: tracing/tracing/value/ui/histogram_set_table_test.html
|
| diff --git a/tracing/tracing/value/ui/histogram_set_table_test.html b/tracing/tracing/value/ui/histogram_set_table_test.html
|
| index 4fb84dc4fff609282a93b7385560bd6d67207f2c..6ae59262c984aadc447217d12cf71916dc79535e 100644
|
| --- a/tracing/tracing/value/ui/histogram_set_table_test.html
|
| +++ b/tracing/tracing/value/ui/histogram_set_table_test.html
|
| @@ -783,6 +783,10 @@ tr.b.unittest.testSuite(function() {
|
| table, elem => elem.tagName === 'TR-UI-B-TABLE');
|
| assert.strictEqual(baseTable.tableRows.length, 1);
|
|
|
| + let cell = tr.b.findDeepElementMatchingPredicate(table, elem =>
|
| + elem.tagName === 'TR-V-UI-SCALAR-SPAN');
|
| + cell.click();
|
| +
|
| const yAxisText = tr.b.findDeepElementMatchingPredicate(table, e =>
|
| e.tagName === 'text' && e.textContent === '<0.000 ms');
|
| assert.isBelow(0, yAxisText.getBBox().width);
|
|
|