OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
11 "rect": [16, 148, 202, 23], | 11 "rect": [16, 148, 202, 23], |
12 "reason": "bounds change" | 12 "reason": "invalidate paint rectangle" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow (anonymous)", | 15 "object": "LayoutBlockFlow (anonymous)", |
16 "rect": [16, 108, 202, 23], | 16 "rect": [16, 108, 202, 23], |
17 "reason": "bounds change" | 17 "reason": "invalidate paint rectangle" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutInline SPAN id='outer'", | 20 "object": "LayoutInline SPAN id='outer'", |
21 "rect": [16, 108, 87, 63], | 21 "rect": [16, 108, 87, 63], |
22 "reason": "style change" | 22 "reason": "style change" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutInline SPAN id='outer'", | 25 "object": "LayoutInline SPAN id='outer'", |
26 "rect": [16, 148, 87, 23], | 26 "rect": [16, 148, 87, 23], |
27 "reason": "style change" | 27 "reason": "style change" |
(...skipping 22 matching lines...) Expand all Loading... |
50 "object": "LayoutInline SPAN id='outer'", | 50 "object": "LayoutInline SPAN id='outer'", |
51 "reason": "style change" | 51 "reason": "style change" |
52 }, | 52 }, |
53 { | 53 { |
54 "object": "RootInlineBox", | 54 "object": "RootInlineBox", |
55 "reason": "full" | 55 "reason": "full" |
56 }, | 56 }, |
57 { | 57 { |
58 "object": "RootInlineBox", | 58 "object": "RootInlineBox", |
59 "reason": "full" | 59 "reason": "full" |
60 }, | |
61 { | |
62 "object": "RootInlineBox", | |
63 "reason": "full" | |
64 }, | |
65 { | |
66 "object": "RootInlineBox", | |
67 "reason": "full" | |
68 } | 60 } |
69 ] | 61 ] |
70 } | 62 } |
71 ] | 63 ] |
72 } | 64 } |
73 | 65 |
OLD | NEW |