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