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 25 matching lines...) Expand all Loading... |
36 { | 36 { |
37 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
38 "rect": [208, 88, 4, 19], | 38 "rect": [208, 88, 4, 19], |
39 "reason": "bounds change" | 39 "reason": "bounds change" |
40 } | 40 } |
41 ] | 41 ] |
42 } | 42 } |
43 ], | 43 ], |
44 "objectPaintInvalidations": [ | 44 "objectPaintInvalidations": [ |
45 { | 45 { |
| 46 "object": "InlineTextBox '\u00A0'", |
| 47 "reason": "full" |
| 48 }, |
| 49 { |
46 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
47 "reason": "layoutObject removal" | 51 "reason": "layoutObject removal" |
48 }, | 52 }, |
49 { | 53 { |
| 54 "object": "RootInlineBox", |
| 55 "reason": "full" |
| 56 }, |
| 57 { |
50 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", | 58 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", |
51 "reason": "layoutObject removal" | 59 "reason": "layoutObject removal" |
52 }, | 60 }, |
53 { | 61 { |
54 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem
ove_inner' class='inner'", | 62 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem
ove_inner' class='inner'", |
55 "reason": "layoutObject removal" | 63 "reason": "layoutObject removal" |
56 }, | 64 }, |
57 { | 65 { |
58 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='node'
class='outer'", | 66 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='node'
class='outer'", |
59 "reason": "layoutObject removal" | 67 "reason": "layoutObject removal" |
(...skipping 22 matching lines...) Expand all Loading... |
82 "object": "LayoutText #text", | 90 "object": "LayoutText #text", |
83 "reason": "bounds change" | 91 "reason": "bounds change" |
84 }, | 92 }, |
85 { | 93 { |
86 "object": "InlineTextBox '\u00A0'", | 94 "object": "InlineTextBox '\u00A0'", |
87 "reason": "bounds change" | 95 "reason": "bounds change" |
88 } | 96 } |
89 ] | 97 ] |
90 } | 98 } |
91 | 99 |
OLD | NEW |