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

Unified Diff: chrome/browser/resources/tracing/timeline_test.html

Issue 8771001: Stop about:tracing from dropping child slices of didNotFinish slices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix expect Created 9 years, 1 month 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: 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');
« no previous file with comments | « chrome/browser/resources/tracing/timeline_model_test.html ('k') | chrome/browser/resources/tracing/timeline_track_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698