| 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)", | 10 "object": "LayoutMultiColumnFlowThread (anonymous)", |
| 11 "rect": [8, 8, 630, 20], | 11 "rect": [8, 8, 630, 20], |
| 12 "reason": "border box change" | 12 "reason": "border box change" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutText #text", | |
| 16 "rect": [488, 8, 80, 20], | |
| 17 "reason": "layoutObject insertion" | |
| 18 } | 13 } |
| 19 ] | 14 ] |
| 20 } | 15 } |
| 21 ], | 16 ], |
| 22 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 23 { | 18 { |
| 24 "object": "LayoutMultiColumnFlowThread (anonymous)", | 19 "object": "LayoutMultiColumnFlowThread (anonymous)", |
| 25 "reason": "border box change" | 20 "reason": "border box change" |
| 26 }, | 21 }, |
| 27 { | 22 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 48 "object": "LayoutText #text", | 43 "object": "LayoutText #text", |
| 49 "reason": "layoutObject insertion" | 44 "reason": "layoutObject insertion" |
| 50 }, | 45 }, |
| 51 { | 46 { |
| 52 "object": "InlineTextBox 'PASS'", | 47 "object": "InlineTextBox 'PASS'", |
| 53 "reason": "layoutObject insertion" | 48 "reason": "layoutObject insertion" |
| 54 } | 49 } |
| 55 ] | 50 ] |
| 56 } | 51 } |
| 57 | 52 |
| OLD | NEW |