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": "LayoutTable TABLE", | 10 "object": "LayoutTable TABLE", |
11 "rect": [8, 172, 46, 20], | 11 "rect": [8, 172, 46, 20], |
12 "reason": "incremental" | 12 "reason": "incremental" |
13 }, | 13 }, |
14 { | 14 { |
| 15 "object": "LayoutTableSection TBODY", |
| 16 "rect": [8, 172, 46, 20], |
| 17 "reason": "incremental" |
| 18 }, |
| 19 { |
15 "object": "LayoutBlockFlow DIV", | 20 "object": "LayoutBlockFlow DIV", |
16 "rect": [8, 74, 46, 20], | 21 "rect": [8, 74, 46, 20], |
17 "reason": "incremental" | 22 "reason": "incremental" |
18 }, | 23 }, |
19 { | 24 { |
20 "object": "LayoutTableCell TD id='cell'", | 25 "object": "LayoutTableCell TD id='cell'", |
21 "rect": [10, 170, 42, 20], | 26 "rect": [10, 170, 42, 20], |
22 "reason": "incremental" | 27 "reason": "incremental" |
23 } | 28 } |
24 ] | 29 ] |
25 } | 30 } |
26 ], | 31 ], |
27 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
28 { | 33 { |
29 "object": "LayoutBlockFlow DIV", | 34 "object": "LayoutBlockFlow DIV", |
30 "reason": "incremental" | 35 "reason": "incremental" |
31 }, | 36 }, |
32 { | 37 { |
33 "object": "LayoutTable TABLE", | 38 "object": "LayoutTable TABLE", |
34 "reason": "incremental" | 39 "reason": "incremental" |
35 }, | 40 }, |
36 { | 41 { |
| 42 "object": "LayoutTableSection TBODY", |
| 43 "reason": "incremental" |
| 44 }, |
| 45 { |
37 "object": "LayoutTableCell TD id='cell'", | 46 "object": "LayoutTableCell TD id='cell'", |
38 "reason": "incremental" | 47 "reason": "incremental" |
39 } | 48 } |
40 ] | 49 ] |
41 } | 50 } |
42 | 51 |
OLD | NEW |