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": "InlineBox", | |
16 "rect": [0, 0, 0, 0], | |
17 "reason": "full" | |
18 }, | |
19 { | |
20 "object": "InlineBox", | |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "full" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow BODY", | 10 "object": "LayoutBlockFlow BODY", |
26 "rect": [0, 0, 800, 203], | 11 "rect": [0, 0, 800, 203], |
27 "reason": "invalidate paint rectangle" | 12 "reason": "invalidate paint rectangle" |
28 }, | 13 }, |
29 { | 14 { |
30 "object": "LayoutBlockFlow DIV id='target'", | 15 "object": "LayoutBlockFlow DIV id='target'", |
31 "rect": [200, 80, 100, 100], | 16 "rect": [200, 80, 100, 100], |
32 "reason": "location change" | 17 "reason": "location change" |
33 }, | 18 }, |
34 { | 19 { |
35 "object": "LayoutBlockFlow DIV id='target'", | 20 "object": "LayoutBlockFlow DIV id='target'", |
36 "rect": [200, 50, 100, 100], | 21 "rect": [200, 50, 100, 100], |
37 "reason": "location change" | 22 "reason": "location change" |
38 }, | 23 }, |
39 { | 24 { |
| 25 "object": "InlineBox", |
| 26 "reason": "full" |
| 27 }, |
| 28 { |
| 29 "object": "InlineBox", |
| 30 "reason": "full" |
| 31 }, |
| 32 { |
| 33 "object": "InlineBox", |
| 34 "reason": "full" |
| 35 }, |
| 36 { |
40 "object": "RootInlineBox", | 37 "object": "RootInlineBox", |
41 "rect": [0, 0, 0, 0], | |
42 "reason": "full" | 38 "reason": "full" |
43 } | 39 } |
44 ] | 40 ] |
45 } | 41 } |
46 ] | 42 ] |
47 } | 43 } |
48 | 44 |
OLD | NEW |