OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
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": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
11 "rect": [10, 132, 292, 144], | 11 "rect": [10, 132, 292, 144], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
16 "rect": [10, 281, 292, 50], | 16 "rect": [10, 281, 292, 50], |
17 "reason": "bounds change" | 17 "reason": "bounds change" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutText #text", | |
21 "rect": [10, 132, 276, 143], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow DIV", | 20 "object": "LayoutBlockFlow DIV", |
26 "rect": [10, 132, 242, 180], | 21 "rect": [10, 132, 242, 180], |
27 "reason": "forced by layout" | 22 "reason": "forced by layout" |
28 }, | 23 }, |
29 { | 24 { |
30 "object": "LayoutBlockFlow DIV", | 25 "object": "LayoutBlockFlow DIV", |
31 "rect": [10, 317, 242, 50], | 26 "rect": [10, 317, 242, 50], |
32 "reason": "bounds change" | 27 "reason": "bounds change" |
33 }, | 28 }, |
34 { | 29 { |
35 "object": "LayoutTableCell TD id='col1'", | 30 "object": "LayoutTableCell TD id='col1'", |
36 "rect": [10, 331, 242, 36], | 31 "rect": [10, 331, 242, 36], |
37 "reason": "incremental" | 32 "reason": "incremental" |
38 }, | 33 }, |
39 { | 34 { |
40 "object": "LayoutText #text", | |
41 "rect": [10, 132, 240, 179], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutTableCell TD id='target'", | 35 "object": "LayoutTableCell TD id='target'", |
46 "rect": [254, 132, 52, 235], | 36 "rect": [254, 132, 52, 235], |
47 "reason": "bounds change" | 37 "reason": "bounds change" |
48 }, | 38 }, |
49 { | 39 { |
50 "object": "LayoutTableCell TD id='col1'", | 40 "object": "LayoutTableCell TD id='col1'", |
51 "rect": [252, 132, 50, 199], | 41 "rect": [252, 132, 50, 199], |
52 "reason": "incremental" | 42 "reason": "incremental" |
53 } | 43 } |
54 ] | 44 ] |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "object": "LayoutBlockFlow DIV", | 105 "object": "LayoutBlockFlow DIV", |
116 "reason": "bounds change" | 106 "reason": "bounds change" |
117 }, | 107 }, |
118 { | 108 { |
119 "object": "LayoutTableCell TD id='target'", | 109 "object": "LayoutTableCell TD id='target'", |
120 "reason": "bounds change" | 110 "reason": "bounds change" |
121 } | 111 } |
122 ] | 112 ] |
123 } | 113 } |
124 | 114 |
OLD | NEW |