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