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

Unified Diff: LayoutTests/inspector/tracing/timeline-parse-html-expected.txt

Issue 1106623003: DevTools: render ParseHTML details in timeline: url, start and end lines. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed. Created 5 years, 8 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 | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/timeline-parse-html-expected.txt
diff --git a/LayoutTests/inspector/tracing/timeline-parse-html-expected.txt b/LayoutTests/inspector/tracing/timeline-parse-html-expected.txt
index 34f0a5670ffee3ba8dfa459390b7c3bd4673f4ce..fd3a736a680bedafd8d2eec58216bb34b182db19 100644
--- a/LayoutTests/inspector/tracing/timeline-parse-html-expected.txt
+++ b/LayoutTests/inspector/tracing/timeline-parse-html-expected.txt
@@ -8,8 +8,11 @@ ParseHTML Properties:
frame : <string>
stackTrace : <object>
startLine : 0
+ url : .../inspector/tracing/timeline-parse-html.html
+ }
+ endData : {
+ endLine : -1
}
- endLine : 0
}
endTime : <number>
stackTrace : <object>
@@ -24,8 +27,11 @@ ParseHTML Properties:
frame : <string>
stackTrace : <object>
startLine : 0
+ url : .../inspector/tracing/timeline-parse-html.html
+ }
+ endData : {
+ endLine : -1
}
- endLine : 0
}
endTime : <number>
stackTrace : <object>
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698