OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 10 matching lines...) Expand all Loading... |
21 { | 21 { |
22 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
23 "rect": [8, 8, 200, 100], | 23 "rect": [8, 8, 200, 100], |
24 "reason": "layoutObject removal" | 24 "reason": "layoutObject removal" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
| 31 "object": "InlineTextBox 'ab'", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
31 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
32 "reason": "layoutObject removal" | 36 "reason": "layoutObject removal" |
33 }, | 37 }, |
34 { | 38 { |
| 39 "object": "InlineFlowBox", |
| 40 "reason": "full" |
| 41 }, |
| 42 { |
35 "object": "LayoutInline (relative positioned) SPAN id='target'", | 43 "object": "LayoutInline (relative positioned) SPAN id='target'", |
36 "reason": "layoutObject removal" | 44 "reason": "layoutObject removal" |
37 }, | 45 }, |
38 { | 46 { |
| 47 "object": "RootInlineBox", |
| 48 "reason": "full" |
| 49 }, |
| 50 { |
39 "object": "LayoutBlockFlow DIV", | 51 "object": "LayoutBlockFlow DIV", |
40 "reason": "invalidate paint rectangle" | 52 "reason": "invalidate paint rectangle" |
41 } | 53 } |
42 ] | 54 ] |
43 } | 55 } |
44 | 56 |
OLD | NEW |