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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/timeline-paint-with-style-recalc-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 paint events with style recalc invalid ations. 1 Tests the Timeline API instrumentation of paint events with style recalc invalid ations.
2 2
3 PASS 3 PASS
4 4
5 5
6 Running: testLocalFrame 6 Running: testLocalFrame
7 first paint invalidations[ 7 first paint invalidations[
8 { 8 {
9 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-style-recalc-invalidations.html:10} 9 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-style-recalc-invalidatio ns.html:10}
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 : "" 14 extraData : ""
15 nodeName : "BODY" 15 nodeName : "BODY"
16 selectorPart : undefined 16 selectorPart : undefined
17 type : "StyleRecalcInvalidationTracking" 17 type : "StyleRecalcInvalidationTracking"
18 } 18 }
19 { 19 {
20 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-style-recalc-invalidations.html:11} 20 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-style-recalc-invalidatio ns.html:11}
21 changedAttribute : undefined 21 changedAttribute : undefined
22 changedClass : undefined 22 changedClass : undefined
23 changedId : undefined 23 changedId : undefined
24 changedPseudo : undefined 24 changedPseudo : undefined
25 extraData : "" 25 extraData : ""
26 nodeName : "DIV id='testElement'" 26 nodeName : "DIV id='testElement'"
27 selectorPart : undefined 27 selectorPart : undefined
28 type : "StyleRecalcInvalidationTracking" 28 type : "StyleRecalcInvalidationTracking"
29 } 29 }
30 ] 30 ]
31 31
32 Running: testSubframe 32 Running: testSubframe
33 second paint invalidations[ 33 second paint invalidations[
34 { 34 {
35 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-style-recalc-invalidations.html:20} 35 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-style-recalc-invalidatio ns.html:20}
36 changedAttribute : undefined 36 changedAttribute : undefined
37 changedClass : undefined 37 changedClass : undefined
38 changedId : undefined 38 changedId : undefined
39 changedPseudo : undefined 39 changedPseudo : undefined
40 extraData : "" 40 extraData : ""
41 nodeName : "DIV" 41 nodeName : "DIV"
42 selectorPart : undefined 42 selectorPart : undefined
43 type : "StyleRecalcInvalidationTracking" 43 type : "StyleRecalcInvalidationTracking"
44 } 44 }
45 ] 45 ]
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698