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 HTML", | 10 "object": "LayoutBlockFlow HTML", |
(...skipping 17 matching lines...) Expand all Loading... |
28 "contentsOpaque": true, | 28 "contentsOpaque": true, |
29 "drawsContent": true, | 29 "drawsContent": true, |
30 "paintInvalidations": [ | 30 "paintInvalidations": [ |
31 { | 31 { |
32 "object": "LayoutBlockFlow BODY", | 32 "object": "LayoutBlockFlow BODY", |
33 "rect": [0, 0, 0, 0], | 33 "rect": [0, 0, 0, 0], |
34 "reason": "became visible" | 34 "reason": "became visible" |
35 }, | 35 }, |
36 { | 36 { |
37 "object": "LayoutBlockFlow HTML", | 37 "object": "LayoutBlockFlow HTML", |
38 "rect": [0, 0, 200, 8], | |
39 "reason": "forced by layout" | |
40 }, | |
41 { | |
42 "object": "LayoutBlockFlow HTML", | |
43 "rect": [0, 0, 300, 8], | 38 "rect": [0, 0, 300, 8], |
44 "reason": "forced by layout" | 39 "reason": "forced by layout" |
45 }, | 40 }, |
46 { | 41 { |
47 "object": "LayoutView #document", | 42 "object": "LayoutView #document", |
48 "rect": [0, 0, 300, 300], | 43 "rect": [0, 0, 300, 300], |
49 "reason": "full" | 44 "reason": "full" |
50 }, | 45 }, |
51 { | 46 { |
52 "object": "LayoutView #document", | 47 "object": "LayoutView #document", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "object": "LayoutBlockFlow BODY", | 86 "object": "LayoutBlockFlow BODY", |
92 "rect": [0, 0, 0, 0], | 87 "rect": [0, 0, 0, 0], |
93 "reason": "became visible" | 88 "reason": "became visible" |
94 }, | 89 }, |
95 { | 90 { |
96 "object": "LayoutBlockFlow HTML", | 91 "object": "LayoutBlockFlow HTML", |
97 "rect": [0, 0, 300, 8], | 92 "rect": [0, 0, 300, 8], |
98 "reason": "forced by layout" | 93 "reason": "forced by layout" |
99 }, | 94 }, |
100 { | 95 { |
101 "object": "LayoutBlockFlow HTML", | |
102 "rect": [0, 0, 250, 8], | |
103 "reason": "forced by layout" | |
104 }, | |
105 { | |
106 "object": "LayoutView #document", | 96 "object": "LayoutView #document", |
107 "rect": [0, 0, 250, 250], | 97 "rect": [0, 0, 250, 250], |
108 "reason": "full" | 98 "reason": "full" |
109 }, | 99 }, |
110 { | 100 { |
111 "object": "LayoutView #document", | 101 "object": "LayoutView #document", |
112 "rect": [250, 0, 50, 250], | 102 "rect": [250, 0, 50, 250], |
113 "reason": "incremental" | 103 "reason": "incremental" |
114 } | 104 } |
115 ] | 105 ] |
116 } | 106 } |
117 ] | 107 ] |
118 } | 108 } |
119 | 109 |
OLD | NEW |