| 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": [9, 9, 400, 100], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutInline SPAN id='a'", | 10 "object": "LayoutInline SPAN id='a'", |
| 16 "rect": [234, 10, 300, 56], | 11 "rect": [234, 10, 300, 56], |
| 17 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 21 "rect": [234, 15, 300, 50], | 16 "rect": [234, 15, 300, 50], |
| 22 "reason": "full" | 17 "reason": "full" |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [9, 10, 13, 56], | |
| 27 "reason": "forced by layout" | |
| 28 } | 18 } |
| 29 ] | 19 ] |
| 30 } | 20 } |
| 31 ], | 21 ], |
| 32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 33 { | 23 { |
| 34 "object": "LayoutMultiColumnFlowThread (anonymous)", | |
| 35 "reason": "forced by layout" | |
| 36 }, | |
| 37 { | |
| 38 "object": "RootInlineBox", | |
| 39 "reason": "forced by layout" | |
| 40 }, | |
| 41 { | |
| 42 "object": "LayoutText #text", | |
| 43 "reason": "forced by layout" | |
| 44 }, | |
| 45 { | |
| 46 "object": "InlineTextBox '\u00A0'", | |
| 47 "reason": "forced by layout" | |
| 48 }, | |
| 49 { | |
| 50 "object": "LayoutBR BR", | |
| 51 "reason": "forced by layout" | |
| 52 }, | |
| 53 { | |
| 54 "object": "InlineTextBox '\n'", | |
| 55 "reason": "forced by layout" | |
| 56 }, | |
| 57 { | |
| 58 "object": "LayoutInline SPAN id='a'", | 24 "object": "LayoutInline SPAN id='a'", |
| 59 "reason": "forced by layout" | 25 "reason": "forced by layout" |
| 60 }, | 26 }, |
| 61 { | 27 { |
| 62 "object": "InlineFlowBox", | 28 "object": "InlineFlowBox", |
| 63 "reason": "forced by layout" | 29 "reason": "forced by layout" |
| 64 }, | 30 }, |
| 65 { | 31 { |
| 66 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 67 "reason": "full" | 33 "reason": "full" |
| 68 }, | 34 }, |
| 69 { | 35 { |
| 70 "object": "InlineTextBox 'XXXXXX'", | 36 "object": "InlineTextBox 'XXXXXX'", |
| 71 "reason": "full" | 37 "reason": "full" |
| 72 } | 38 } |
| 73 ] | 39 ] |
| 74 } | 40 } |
| 75 | 41 |
| OLD | NEW |