| 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", |
| 11 "rect": [7, 7, 167, 104], |
| 12 "reason": "invalidate paint rectangle" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutTableCol COLGROUP id='colgroup'", | 15 "object": "LayoutTableCol COLGROUP id='colgroup'", |
| 11 "rect": [8, 8, 166, 102], | 16 "rect": [8, 8, 166, 102], |
| 12 "reason": "style change" | 17 "reason": "style change" |
| 13 }, | 18 }, |
| 14 { | 19 { |
| 15 "object": "LayoutTableCell TD", | 20 "object": "LayoutTableCell TD", |
| 16 "rect": [63, 7, 58, 53], | 21 "rect": [63, 7, 58, 53], |
| 17 "reason": "bounds change" | 22 "reason": "bounds change" |
| 18 }, | 23 }, |
| 19 { | 24 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 { | 69 { |
| 65 "object": "LayoutTable TABLE", | 70 "object": "LayoutTable TABLE", |
| 66 "rect": [169, 8, 5, 102], | 71 "rect": [169, 8, 5, 102], |
| 67 "reason": "incremental" | 72 "reason": "incremental" |
| 68 } | 73 } |
| 69 ] | 74 ] |
| 70 } | 75 } |
| 71 ], | 76 ], |
| 72 "objectPaintInvalidations": [ | 77 "objectPaintInvalidations": [ |
| 73 { | 78 { |
| 74 "object": "LayoutTableCell TD", | 79 "object": "LayoutTable TABLE", |
| 75 "reason": "style change" | 80 "reason": "invalidate paint rectangle" |
| 76 }, | |
| 77 { | |
| 78 "object": "LayoutTableCell TD", | |
| 79 "reason": "style change" | |
| 80 }, | |
| 81 { | |
| 82 "object": "LayoutTableCell TD", | |
| 83 "reason": "style change" | |
| 84 }, | |
| 85 { | |
| 86 "object": "LayoutTableCell TD", | |
| 87 "reason": "style change" | |
| 88 }, | |
| 89 { | |
| 90 "object": "LayoutTableCell TD", | |
| 91 "reason": "style change" | |
| 92 }, | |
| 93 { | |
| 94 "object": "LayoutTableCell TD", | |
| 95 "reason": "style change" | |
| 96 }, | 81 }, |
| 97 { | 82 { |
| 98 "object": "LayoutTable TABLE", | 83 "object": "LayoutTable TABLE", |
| 99 "reason": "incremental" | 84 "reason": "incremental" |
| 100 }, | 85 }, |
| 101 { | 86 { |
| 102 "object": "LayoutTableCol COLGROUP id='colgroup'", | 87 "object": "LayoutTableCol COLGROUP id='colgroup'", |
| 103 "reason": "style change" | 88 "reason": "style change" |
| 104 }, | 89 }, |
| 105 { | 90 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 122 "object": "LayoutTableCell TD", | 107 "object": "LayoutTableCell TD", |
| 123 "reason": "bounds change" | 108 "reason": "bounds change" |
| 124 }, | 109 }, |
| 125 { | 110 { |
| 126 "object": "LayoutTableCell TD", | 111 "object": "LayoutTableCell TD", |
| 127 "reason": "bounds change" | 112 "reason": "bounds change" |
| 128 } | 113 } |
| 129 ] | 114 ] |
| 130 } | 115 } |
| 131 | 116 |
| OLD | NEW |