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

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

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: LayoutTests/inspector/tracing/timeline-layout-expected.txt
diff --git a/LayoutTests/inspector/tracing/timeline-layout-expected.txt b/LayoutTests/inspector/tracing/timeline-layout-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c99637e8ef8caf83df61f5a0a6d9cf01f427bb9b
--- /dev/null
+++ b/LayoutTests/inspector/tracing/timeline-layout-expected.txt
@@ -0,0 +1,48 @@
+Tests the Timeline API instrumentation of a Layout event
+
+text
+text
+text
+text
+text
+Layout Properties:
+{
+ data : {
+ beginData : {
+ dirtyObjects : 3
+ frame : <string>
+ partialLayout : true
+ totalObjects : 8
+ }
+ endData : {
+ root : <object>
+ rootNode : <number>
+ }
+ }
+ endTime : <number>
+ stackTrace : <object>
+ startTime : <number>
+ thread : <string>
+ type : "Layout"
+}
+Layout Properties:
+{
+ data : {
+ beginData : {
+ dirtyObjects : 2
+ frame : <string>
+ partialLayout : true
+ totalObjects : 11
+ }
+ endData : {
+ root : <object>
+ rootNode : <number>
+ }
+ }
+ endTime : <number>
+ stackTrace : <object>
+ startTime : <number>
+ thread : <string>
+ type : "Layout"
+}
+
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-layout.html ('k') | LayoutTests/inspector/tracing/timeline-layout-reason.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698