Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / tracing / timeline-paint-with-layout-invalidations-expected.txt
blob6d5493db3cdf19ed3d3282c02116a2537f2e9c9b
1 Tests the Timeline API instrumentation of paint events with layout invalidations.
3 PASS
6 Running: testLocalFrame
7 paint invalidations[
8     {
9         cause : {reason: Inline CSS style declaration was mutated, stackTrace: .../inspector/tracing/timeline-paint-with-layout-invalidations.html:10}
10         changedAttribute : undefined
11         changedClass : undefined
12         changedId : undefined
13         changedPseudo : undefined
14         extraData : ""
15         nodeName : "BODY"
16         selectorPart : undefined
17         type : "StyleRecalcInvalidationTracking"
18     }
19     {
20         cause : {reason: Inline CSS style declaration was mutated, stackTrace: .../inspector/tracing/timeline-paint-with-layout-invalidations.html:11}
21         changedAttribute : undefined
22         changedClass : undefined
23         changedId : undefined
24         changedPseudo : undefined
25         extraData : ""
26         nodeName : "DIV id='testElement'"
27         selectorPart : undefined
28         type : "StyleRecalcInvalidationTracking"
29     }
30     {
31         cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeline-paint-with-layout-invalidations.html:12}
32         changedAttribute : undefined
33         changedClass : undefined
34         changedId : undefined
35         changedPseudo : undefined
36         extraData : undefined
37         nodeName : "DIV id='testElement'"
38         selectorPart : undefined
39         type : "LayoutInvalidationTracking"
40     }
43 Running: testSubframe
44 second paint invalidations[
45     {
46         cause : {reason: Inline CSS style declaration was mutated, stackTrace: .../inspector/tracing/timeline-paint-with-layout-invalidations.html:21}
47         changedAttribute : undefined
48         changedClass : undefined
49         changedId : undefined
50         changedPseudo : undefined
51         extraData : ""
52         nodeName : "DIV"
53         selectorPart : undefined
54         type : "StyleRecalcInvalidationTracking"
55     }
56     {
57         cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeline-paint-with-layout-invalidations.html:22}
58         changedAttribute : undefined
59         changedClass : undefined
60         changedId : undefined
61         changedPseudo : undefined
62         extraData : undefined
63         nodeName : "DIV"
64         selectorPart : undefined
65         type : "LayoutInvalidationTracking"
66     }
67     {
68         cause : {reason: Unknown, stackTrace: .../inspector/tracing/timeline-paint-with-layout-invalidations.html:22}
69         changedAttribute : undefined
70         changedClass : undefined
71         changedId : undefined
72         changedPseudo : undefined
73         extraData : undefined
74         nodeName : "#document"
75         selectorPart : undefined
76         type : "LayoutInvalidationTracking"
77     }