OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutTable TABLE id='table'", | 12 "object": "LayoutTable TABLE id='table'", |
11 "rect": [8, 8, 220, 112], | 13 "rect": [8, 8, 220, 112], |
12 "reason": "style change" | 14 "reason": "style change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 26 matching lines...) Expand all Loading... |
41 "rect": [8, 8, 107, 108], | 43 "rect": [8, 8, 107, 108], |
42 "reason": "style change" | 44 "reason": "style change" |
43 }, | 45 }, |
44 { | 46 { |
45 "object": "LayoutTableCell TD", | 47 "object": "LayoutTableCell TD", |
46 "rect": [10, 10, 106, 108], | 48 "rect": [10, 10, 106, 108], |
47 "reason": "style change" | 49 "reason": "style change" |
48 } | 50 } |
49 ] | 51 ] |
50 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutTable TABLE id='table'", |
| 57 "reason": "style change" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutTableSection TBODY", |
| 61 "reason": "style change" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutTableRow TR", |
| 65 "reason": "style change" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutTableCell TD", |
| 69 "reason": "style change" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutTableCell TD", |
| 73 "reason": "style change" |
| 74 } |
51 ] | 75 ] |
52 } | 76 } |
53 | 77 |
OLD | NEW |