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": "LayoutMultiColumnFlowThread (anonymous)", |
| 11 "rect": [8, 8, 630, 20], |
| 12 "reason": "border box change" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutText #text", |
| 16 "rect": [328, 8, 240, 21], |
| 17 "reason": "layoutObject insertion" |
| 18 } |
| 19 ] |
| 20 } |
| 21 ], |
| 22 "objectPaintInvalidations": [ |
| 23 { |
| 24 "object": "LayoutMultiColumnFlowThread (anonymous)", |
| 25 "reason": "border box change" |
| 26 }, |
| 27 { |
| 28 "object": "RootInlineBox", |
| 29 "reason": "border box change" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBR BR", |
| 33 "reason": "forced by layout" |
| 34 }, |
| 35 { |
| 36 "object": "InlineTextBox '\n'", |
| 37 "reason": "forced by layout" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBR BR", |
| 41 "reason": "forced by layout" |
| 42 }, |
| 43 { |
| 44 "object": "InlineTextBox '\n'", |
| 45 "reason": "forced by layout" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutText #text", |
| 49 "reason": "layoutObject insertion" |
| 50 }, |
| 51 { |
| 52 "object": "InlineTextBox 'PASS'", |
| 53 "reason": "layoutObject insertion" |
| 54 } |
| 55 ] |
| 56 } |
| 57 |
OLD | NEW |