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 30 matching lines...) Expand all Loading... |
41 { | 41 { |
42 "object": "LayoutTextFragment (anonymous)", | 42 "object": "LayoutTextFragment (anonymous)", |
43 "rect": [8, 26, 8, 18], | 43 "rect": [8, 26, 8, 18], |
44 "reason": "style change" | 44 "reason": "style change" |
45 } | 45 } |
46 ] | 46 ] |
47 } | 47 } |
48 ], | 48 ], |
49 "objectPaintInvalidations": [ | 49 "objectPaintInvalidations": [ |
50 { | 50 { |
| 51 "object": "InlineTextBox ''", |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
| 55 "object": "InlineTextBox ''", |
| 56 "reason": "full" |
| 57 }, |
| 58 { |
| 59 "object": "InlineTextBox ''", |
| 60 "reason": "full" |
| 61 }, |
| 62 { |
| 63 "object": "RootInlineBox", |
| 64 "reason": "full" |
| 65 }, |
| 66 { |
51 "object": "LayoutBlockFlow DIV", | 67 "object": "LayoutBlockFlow DIV", |
52 "reason": "invalidate paint rectangle" | 68 "reason": "invalidate paint rectangle" |
53 }, | 69 }, |
54 { | 70 { |
55 "object": "LayoutInline Q id='q2' class='q-changed'", | 71 "object": "LayoutInline Q id='q2' class='q-changed'", |
56 "reason": "style change" | 72 "reason": "style change" |
57 }, | 73 }, |
58 { | 74 { |
59 "object": "LayoutInline \u003Cpseudo:before\u003E", | 75 "object": "LayoutInline \u003Cpseudo:before\u003E", |
60 "reason": "style change" | 76 "reason": "style change" |
(...skipping 30 matching lines...) Expand all Loading... |
91 "object": "LayoutTextFragment (anonymous)", | 107 "object": "LayoutTextFragment (anonymous)", |
92 "reason": "style change" | 108 "reason": "style change" |
93 }, | 109 }, |
94 { | 110 { |
95 "object": "InlineTextBox '}'", | 111 "object": "InlineTextBox '}'", |
96 "reason": "style change" | 112 "reason": "style change" |
97 } | 113 } |
98 ] | 114 ] |
99 } | 115 } |
100 | 116 |
OLD | NEW |