| 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": "LayoutMultiColumnFlowThread (anonymous)", | |
| 11 "rect": [8, 52, 625, 315], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutMultiColumnSet (anonymous)", | 10 "object": "LayoutMultiColumnSet (anonymous)", |
| 16 "rect": [8, 52, 525, 315], | 11 "rect": [8, 52, 525, 315], |
| 17 "reason": "style change" | 12 "reason": "style change" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutBlockFlow DIV id='target'", | 15 "object": "LayoutBlockFlow DIV id='target'", |
| 21 "rect": [8, 52, 310, 315], | 16 "rect": [8, 52, 310, 315], |
| 22 "reason": "style change" | 17 "reason": "style change" |
| 23 } | 18 } |
| 24 ] | 19 ] |
| 25 } | 20 } |
| 26 ], | 21 ], |
| 27 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 28 { | 23 { |
| 29 "object": "LayoutBlockFlow DIV id='target'", | 24 "object": "LayoutBlockFlow DIV id='target'", |
| 30 "reason": "style change" | 25 "reason": "style change" |
| 31 }, | 26 }, |
| 32 { | 27 { |
| 33 "object": "LayoutMultiColumnFlowThread (anonymous)", | |
| 34 "reason": "forced by layout" | |
| 35 }, | |
| 36 { | |
| 37 "object": "LayoutMultiColumnSet (anonymous)", | 28 "object": "LayoutMultiColumnSet (anonymous)", |
| 38 "reason": "style change" | 29 "reason": "style change" |
| 39 } | 30 } |
| 40 ] | 31 ] |
| 41 } | 32 } |
| 42 | 33 |
| OLD | NEW |