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": [8, 8, 4, 17], | 38 "rect": [8, 8, 4, 17], |
39 "reason": "bounds change" | 39 "reason": "bounds change" |
40 } | 40 } |
41 ] | 41 ] |
42 } | 42 } |
43 ], | 43 ], |
44 "objectPaintInvalidations": [ | 44 "objectPaintInvalidations": [ |
45 { | 45 { |
| 46 "object": "RootInlineBox", |
| 47 "reason": "full" |
| 48 }, |
| 49 { |
| 50 "object": "InlineTextBox '\u00A0'", |
| 51 "reason": "full" |
| 52 }, |
| 53 { |
| 54 "object": "RootInlineBox", |
| 55 "reason": "full" |
| 56 }, |
| 57 { |
| 58 "object": "InlineTextBox '\u00A0'", |
| 59 "reason": "full" |
| 60 }, |
| 61 { |
46 "object": "LayoutBlockFlow DIV", | 62 "object": "LayoutBlockFlow DIV", |
47 "reason": "background obscuration change" | 63 "reason": "background obscuration change" |
48 }, | 64 }, |
49 { | 65 { |
50 "object": "LayoutBlockFlow SPAN id='t1'", | 66 "object": "LayoutBlockFlow SPAN id='t1'", |
51 "reason": "style change" | 67 "reason": "style change" |
52 }, | 68 }, |
53 { | 69 { |
54 "object": "RootInlineBox", | 70 "object": "RootInlineBox", |
55 "reason": "style change" | 71 "reason": "style change" |
(...skipping 22 matching lines...) Expand all Loading... |
78 "object": "LayoutText #text", | 94 "object": "LayoutText #text", |
79 "reason": "bounds change" | 95 "reason": "bounds change" |
80 }, | 96 }, |
81 { | 97 { |
82 "object": "InlineTextBox '\u00A0'", | 98 "object": "InlineTextBox '\u00A0'", |
83 "reason": "bounds change" | 99 "reason": "bounds change" |
84 } | 100 } |
85 ] | 101 ] |
86 } | 102 } |
87 | 103 |
OLD | NEW |