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", |
(...skipping 18 matching lines...) Expand all Loading... |
29 { | 29 { |
30 "object": "LayoutTable TABLE", | 30 "object": "LayoutTable TABLE", |
31 "rect": [116, 8, 6, 54], | 31 "rect": [116, 8, 6, 54], |
32 "reason": "incremental" | 32 "reason": "incremental" |
33 } | 33 } |
34 ] | 34 ] |
35 } | 35 } |
36 ], | 36 ], |
37 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
38 { | 38 { |
39 "object": "LayoutTableCell TD id='foo'", | 39 "object": "LayoutTable TABLE", |
40 "reason": "style change" | 40 "reason": "style change" |
41 }, | 41 }, |
42 { | 42 { |
43 "object": "LayoutTableCell TD", | |
44 "reason": "style change" | |
45 }, | |
46 { | |
47 "object": "LayoutTable TABLE", | 43 "object": "LayoutTable TABLE", |
48 "reason": "incremental" | 44 "reason": "incremental" |
49 }, | 45 }, |
50 { | 46 { |
51 "object": "LayoutTableRow TR", | 47 "object": "LayoutTableRow TR", |
52 "reason": "location change" | 48 "reason": "location change" |
53 }, | 49 }, |
54 { | 50 { |
55 "object": "LayoutTableCell TD id='foo'", | 51 "object": "LayoutTableCell TD id='foo'", |
56 "reason": "style change" | 52 "reason": "style change" |
57 }, | 53 }, |
58 { | 54 { |
59 "object": "LayoutTableCell TD", | 55 "object": "LayoutTableCell TD", |
60 "reason": "bounds change" | 56 "reason": "bounds change" |
61 } | 57 } |
62 ] | 58 ] |
63 } | 59 } |
64 | 60 |
OLD | NEW |