| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutBlockFlow (column spanner) DIV id='target'", |
| 11 "rect": [8, 8, 100, 100], |
| 12 "reason": "style change" |
| 13 } |
| 14 ] |
| 15 }, |
| 16 { |
| 17 "name": "LayoutBlockFlow DIV", |
| 18 "position": [8, 8], |
| 19 "transformOrigin": [392, 0], |
| 20 "contentsOpaque": true |
| 21 }, |
| 22 { |
| 23 "name": "LayoutBlockFlow (relative positioned) DIV", |
| 24 "position": [8, 8], |
| 25 "contentsOpaque": true, |
| 26 "drawsContent": true |
| 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutBlockFlow (column spanner) DIV id='target'", |
| 32 "reason": "style change" |
| 33 } |
| 34 ] |
| 35 } |
| 36 |
| OLD | NEW |