OLD | NEW |
1 { | 1 { |
2 "bounds": [200, 300], | 2 "bounds": [200, 300], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [200, 300], | 5 "bounds": [200, 300], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow DIV", | |
11 "rect": [0, 50, 100, 25], | |
12 "reason": "incremental" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow HTML", | 10 "object": "LayoutBlockFlow HTML", |
16 "rect": [0, 0, 200, 150], | 11 "rect": [0, 0, 200, 150], |
17 "reason": "forced by layout" | 12 "reason": "forced by layout" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutView #document", | 15 "object": "LayoutView #document", |
21 "rect": [0, 200, 200, 100], | 16 "rect": [0, 200, 200, 100], |
22 "reason": "incremental" | 17 "reason": "incremental" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV", |
| 21 "rect": [0, 50, 100, 25], |
| 22 "reason": "incremental" |
23 } | 23 } |
24 ] | 24 ] |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 { | 28 { |
29 "bounds": [300, 300], | 29 "bounds": [300, 300], |
30 "children": [ | 30 "children": [ |
31 { | 31 { |
32 "bounds": [300, 300], | 32 "bounds": [300, 300], |
33 "contentsOpaque": true, | 33 "contentsOpaque": true, |
34 "drawsContent": true, | 34 "drawsContent": true, |
35 "paintInvalidations": [ | 35 "paintInvalidations": [ |
36 { | 36 { |
37 "object": "LayoutBlockFlow DIV", | 37 "object": "LayoutView #document", |
38 "rect": [100, 0, 50, 75], | 38 "rect": [0, 0, 300, 300], |
39 "reason": "incremental" | 39 "reason": "full" |
40 }, | 40 }, |
41 { | 41 { |
42 "object": "LayoutBlockFlow HTML", | 42 "object": "LayoutBlockFlow HTML", |
43 "rect": [0, 0, 300, 150], | 43 "rect": [0, 0, 300, 150], |
44 "reason": "forced by layout" | 44 "reason": "forced by layout" |
45 }, | 45 }, |
46 { | 46 { |
47 "object": "LayoutView #document", | 47 "object": "LayoutView #document", |
48 "rect": [0, 0, 300, 300], | |
49 "reason": "full" | |
50 }, | |
51 { | |
52 "object": "LayoutView #document", | |
53 "rect": [200, 0, 100, 300], | 48 "rect": [200, 0, 100, 300], |
54 "reason": "incremental" | 49 "reason": "incremental" |
| 50 }, |
| 51 { |
| 52 "object": "LayoutBlockFlow DIV", |
| 53 "rect": [100, 0, 50, 75], |
| 54 "reason": "incremental" |
55 } | 55 } |
56 ] | 56 ] |
57 } | 57 } |
58 ] | 58 ] |
59 } | 59 } |
60 { | 60 { |
61 "bounds": [300, 250], | 61 "bounds": [300, 250], |
62 "children": [ | 62 "children": [ |
63 { | 63 { |
64 "bounds": [300, 250], | 64 "bounds": [300, 250], |
65 "contentsOpaque": true, | 65 "contentsOpaque": true, |
66 "drawsContent": true, | 66 "drawsContent": true, |
67 "paintInvalidations": [ | 67 "paintInvalidations": [ |
68 { | 68 { |
69 "object": "LayoutBlockFlow DIV", | |
70 "rect": [0, 62, 150, 13], | |
71 "reason": "incremental" | |
72 }, | |
73 { | |
74 "object": "LayoutBlockFlow HTML", | 69 "object": "LayoutBlockFlow HTML", |
75 "rect": [0, 0, 300, 150], | 70 "rect": [0, 0, 300, 150], |
76 "reason": "forced by layout" | 71 "reason": "forced by layout" |
77 }, | 72 }, |
78 { | 73 { |
79 "object": "LayoutView #document", | 74 "object": "LayoutView #document", |
80 "rect": [0, 250, 300, 50], | 75 "rect": [0, 250, 300, 50], |
81 "reason": "incremental" | 76 "reason": "incremental" |
| 77 }, |
| 78 { |
| 79 "object": "LayoutBlockFlow DIV", |
| 80 "rect": [0, 62, 150, 13], |
| 81 "reason": "incremental" |
82 } | 82 } |
83 ] | 83 ] |
84 } | 84 } |
85 ] | 85 ] |
86 } | 86 } |
87 { | 87 { |
88 "bounds": [250, 250], | 88 "bounds": [250, 250], |
89 "children": [ | 89 "children": [ |
90 { | 90 { |
91 "bounds": [250, 250], | 91 "bounds": [250, 250], |
92 "contentsOpaque": true, | 92 "contentsOpaque": true, |
93 "drawsContent": true, | 93 "drawsContent": true, |
94 "paintInvalidations": [ | 94 "paintInvalidations": [ |
95 { | 95 { |
96 "object": "LayoutBlockFlow DIV", | |
97 "rect": [125, 0, 25, 63], | |
98 "reason": "incremental" | |
99 }, | |
100 { | |
101 "object": "LayoutBlockFlow HTML", | 96 "object": "LayoutBlockFlow HTML", |
102 "rect": [0, 0, 300, 125], | 97 "rect": [0, 0, 300, 125], |
103 "reason": "forced by layout" | 98 "reason": "forced by layout" |
104 }, | 99 }, |
105 { | 100 { |
106 "object": "LayoutView #document", | 101 "object": "LayoutView #document", |
107 "rect": [0, 0, 250, 250], | 102 "rect": [0, 0, 250, 250], |
108 "reason": "full" | 103 "reason": "full" |
109 }, | 104 }, |
110 { | 105 { |
111 "object": "LayoutView #document", | 106 "object": "LayoutView #document", |
112 "rect": [250, 0, 50, 250], | 107 "rect": [250, 0, 50, 250], |
113 "reason": "incremental" | 108 "reason": "incremental" |
| 109 }, |
| 110 { |
| 111 "object": "LayoutBlockFlow DIV", |
| 112 "rect": [125, 0, 25, 63], |
| 113 "reason": "incremental" |
114 } | 114 } |
115 ] | 115 ] |
116 } | 116 } |
117 ] | 117 ] |
118 } | 118 } |
119 | 119 |
OLD | NEW |