| Index: chrome/browser/resources/tracing/timeline_test.html
|
| diff --git a/chrome/browser/resources/tracing/timeline_test.html b/chrome/browser/resources/tracing/timeline_test.html
|
| index b629468afbb32cf3acd0aca668ab04579c39354f..fae68b69296e77f3cf1e6657d1f5734cdd2099b1 100644
|
| --- a/chrome/browser/resources/tracing/timeline_test.html
|
| +++ b/chrome/browser/resources/tracing/timeline_test.html
|
| @@ -45,6 +45,9 @@ found in the LICENSE file.
|
| <div class="timeline-test" src="./tests/huge_trace.json">
|
| </div>
|
|
|
| + <div class="timeline-test" src="./tests/main_thread_has_unclosed_slices.json">
|
| + </div>
|
| +
|
| <script>
|
| function load(parentEl) {
|
| var src = parentEl.getAttribute('src');
|
|
|