Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / tracing / timeline-layout-with-invalidations-expected.txt
bloba58b1debceab75df034ee6ebe26efa1668a23016
1 Tests the Timeline API instrumentation of layout events with invalidations.
3 PASS
4  
6 Running: testLocalFrame
7 first layout invalidations[
8     {
9         cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeline-layout-with-invalidations.html:11}
10         changedAttribute : undefined
11         changedClass : undefined
12         changedId : undefined
13         changedPseudo : undefined
14         extraData : undefined
15         nodeName : "DIV id='testElement'"
16         selectorPart : undefined
17         type : "LayoutInvalidationTracking"
18     }
20 second layout invalidations[
21     {
22         cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeline-layout-with-invalidations.html:13}
23         changedAttribute : undefined
24         changedClass : undefined
25         changedId : undefined
26         changedPseudo : undefined
27         extraData : undefined
28         nodeName : "DIV id='testElement'"
29         selectorPart : undefined
30         type : "LayoutInvalidationTracking"
31     }
34 Running: testSubframe
35 first layout invalidations[
36     {
37         cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeline-layout-with-invalidations.html:23}
38         changedAttribute : undefined
39         changedClass : undefined
40         changedId : undefined
41         changedPseudo : undefined
42         extraData : undefined
43         nodeName : "DIV"
44         selectorPart : undefined
45         type : "LayoutInvalidationTracking"
46     }
48 second layout invalidations[
49     {
50         cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeline-layout-with-invalidations.html:25}
51         changedAttribute : undefined
52         changedClass : undefined
53         changedId : undefined
54         changedPseudo : undefined
55         extraData : undefined
56         nodeName : "DIV"
57         selectorPart : undefined
58         type : "LayoutInvalidationTracking"
59     }