| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [234, 15, 300, 50], | 9 { |
| 10 [234, 15, 50, 50], | 10 "object": "InlineFlowBox", |
| 11 [9, 9, 525, 100], | 11 "rect": [0, 0, 0, 0], |
| 12 [9, 9, 400, 100] | 12 "reason": "full" |
| 13 ], | 13 }, |
| 14 "paintInvalidationClients": [ | 14 { |
| 15 "RootInlineBox", | 15 "object": "InlineTextBox '\n'", |
| 16 "RootInlineBox", | 16 "rect": [0, 0, 0, 0], |
| 17 "InlineTextBox '\u00A0'", | 17 "reason": "full" |
| 18 "InlineTextBox '\n'", | 18 }, |
| 19 "InlineFlowBox", | 19 { |
| 20 "InlineTextBox ''", | 20 "object": "InlineTextBox ''", |
| 21 "LayoutMultiColumnFlowThread (anonymous)", | 21 "rect": [0, 0, 0, 0], |
| 22 "RootInlineBox", | 22 "reason": "full" |
| 23 "LayoutText #text", | 23 }, |
| 24 "InlineTextBox 'XXXXXX'" | 24 { |
| 25 "object": "InlineTextBox 'XXXXXX'", |
| 26 "rect": [0, 0, 0, 0], |
| 27 "reason": "full" |
| 28 }, |
| 29 { |
| 30 "object": "InlineTextBox '\u00A0'", |
| 31 "rect": [0, 0, 0, 0], |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutMultiColumnFlowThread (anonymous)", |
| 36 "rect": [9, 9, 400, 100], |
| 37 "reason": "forced by layout" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutMultiColumnFlowThread (anonymous)", |
| 41 "rect": [9, 9, 525, 100], |
| 42 "reason": "forced by layout" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutText #text", |
| 46 "rect": [234, 15, 50, 50], |
| 47 "reason": "full" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutText #text", |
| 51 "rect": [234, 15, 300, 50], |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
| 55 "object": "RootInlineBox", |
| 56 "rect": [0, 0, 0, 0], |
| 57 "reason": "full" |
| 58 }, |
| 59 { |
| 60 "object": "RootInlineBox", |
| 61 "rect": [0, 0, 0, 0], |
| 62 "reason": "full" |
| 63 }, |
| 64 { |
| 65 "object": "RootInlineBox", |
| 66 "rect": [0, 0, 0, 0], |
| 67 "reason": "full" |
| 68 } |
| 25 ] | 69 ] |
| 26 } | 70 } |
| 27 ] | 71 ] |
| 28 } | 72 } |
| 29 | 73 |
| OLD | NEW |