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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-layout/timeline-layout-with-invalidations-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 Tests the Timeline API instrumentation of layout events with invalidations. 1 Tests the Timeline API instrumentation of layout events with invalidations.
2 2
3 PASS 3 PASS
4 4
5 5
6 Running: testLocalFrame 6 Running: testLocalFrame
7 first layout invalidations[ 7 first layout invalidations[
8 { 8 {
9 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout-with-invalidations.html:11} 9 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout/timeline-layout-with-invalidations.html:11}
10 changedAttribute : undefined 10 changedAttribute : undefined
11 changedClass : undefined 11 changedClass : undefined
12 changedId : undefined 12 changedId : undefined
13 changedPseudo : undefined 13 changedPseudo : undefined
14 extraData : undefined 14 extraData : undefined
15 nodeName : "DIV id='testElement'" 15 nodeName : "DIV id='testElement'"
16 selectorPart : undefined 16 selectorPart : undefined
17 type : "LayoutInvalidationTracking" 17 type : "LayoutInvalidationTracking"
18 } 18 }
19 ] 19 ]
20 second layout invalidations[ 20 second layout invalidations[
21 { 21 {
22 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout-with-invalidations.html:13} 22 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout/timeline-layout-with-invalidations.html:13}
23 changedAttribute : undefined 23 changedAttribute : undefined
24 changedClass : undefined 24 changedClass : undefined
25 changedId : undefined 25 changedId : undefined
26 changedPseudo : undefined 26 changedPseudo : undefined
27 extraData : undefined 27 extraData : undefined
28 nodeName : "DIV id='testElement'" 28 nodeName : "DIV id='testElement'"
29 selectorPart : undefined 29 selectorPart : undefined
30 type : "LayoutInvalidationTracking" 30 type : "LayoutInvalidationTracking"
31 } 31 }
32 ] 32 ]
33 33
34 Running: testSubframe 34 Running: testSubframe
35 first layout invalidations[ 35 first layout invalidations[
36 { 36 {
37 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout-with-invalidations.html:23} 37 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout/timeline-layout-with-invalidations.html:23}
38 changedAttribute : undefined 38 changedAttribute : undefined
39 changedClass : undefined 39 changedClass : undefined
40 changedId : undefined 40 changedId : undefined
41 changedPseudo : undefined 41 changedPseudo : undefined
42 extraData : undefined 42 extraData : undefined
43 nodeName : "DIV" 43 nodeName : "DIV"
44 selectorPart : undefined 44 selectorPart : undefined
45 type : "LayoutInvalidationTracking" 45 type : "LayoutInvalidationTracking"
46 } 46 }
47 ] 47 ]
48 second layout invalidations[ 48 second layout invalidations[
49 { 49 {
50 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout-with-invalidations.html:25} 50 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-layout/timeline-layout-with-invalidations.html:25}
51 changedAttribute : undefined 51 changedAttribute : undefined
52 changedClass : undefined 52 changedClass : undefined
53 changedId : undefined 53 changedId : undefined
54 changedPseudo : undefined 54 changedPseudo : undefined
55 extraData : undefined 55 extraData : undefined
56 nodeName : "DIV" 56 nodeName : "DIV"
57 selectorPart : undefined 57 selectorPart : undefined
58 type : "LayoutInvalidationTracking" 58 type : "LayoutInvalidationTracking"
59 } 59 }
60 ] 60 ]
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698