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": "InlineBox", | |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "full" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
16 "rect": [8, 68, 784, 236], | 11 "rect": [8, 68, 784, 236], |
17 "reason": "invalidate paint rectangle" | 12 "reason": "invalidate paint rectangle" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutImage (relative positioned) IMG id='test' class='move
d'", | 15 "object": "LayoutImage (relative positioned) IMG id='test' class='move
d'", |
21 "rect": [8, 148, 214, 232], | 16 "rect": [8, 148, 214, 232], |
22 "reason": "location change" | 17 "reason": "location change" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutImage (relative positioned) IMG id='test' class='move
d'", | 20 "object": "LayoutImage (relative positioned) IMG id='test' class='move
d'", |
26 "rect": [8, 68, 214, 232], | 21 "rect": [8, 68, 214, 232], |
27 "reason": "location change" | 22 "reason": "location change" |
28 }, | 23 }, |
29 { | 24 { |
| 25 "object": "InlineBox", |
| 26 "reason": "full" |
| 27 }, |
| 28 { |
30 "object": "RootInlineBox", | 29 "object": "RootInlineBox", |
31 "rect": [0, 0, 0, 0], | |
32 "reason": "full" | 30 "reason": "full" |
33 } | 31 } |
34 ] | 32 ] |
35 } | 33 } |
36 ] | 34 ] |
37 } | 35 } |
38 | 36 |
OLD | NEW |