| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow P", | 10 "object": "LayoutBlockFlow P", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
| 36 "rect": [8, 145, 4, 17], | 36 "rect": [8, 145, 4, 17], |
| 37 "reason": "style change" | 37 "reason": "style change" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "LayoutText #text", | 40 "object": "LayoutText #text", |
| 41 "rect": [8, 130, 4, 17], | 41 "rect": [8, 130, 4, 17], |
| 42 "reason": "style change" | 42 "reason": "style change" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "LayoutBR BR", | |
| 46 "rect": [43, 178, 1, 17], | |
| 47 "reason": "bounds change" | |
| 48 }, | |
| 49 { | |
| 50 "object": "LayoutBR BR", | |
| 51 "rect": [43, 148, 1, 17], | |
| 52 "reason": "bounds change" | |
| 53 }, | |
| 54 { | |
| 55 "object": "InlineFlowBox", | 45 "object": "InlineFlowBox", |
| 56 "reason": "style change" | 46 "reason": "style change" |
| 57 }, | 47 }, |
| 58 { | 48 { |
| 59 "object": "InlineTextBox '\n'", | 49 "object": "InlineTextBox '\n'", |
| 60 "reason": "full" | 50 "reason": "full" |
| 61 }, | 51 }, |
| 62 { | 52 { |
| 63 "object": "InlineTextBox '\n'", | 53 "object": "InlineTextBox '\n'", |
| 64 "reason": "bounds change" | 54 "reason": "bounds change" |
| (...skipping 12 matching lines...) Expand all Loading... |
| 77 }, | 67 }, |
| 78 { | 68 { |
| 79 "object": "InlineTextBox '\u00A0'", | 69 "object": "InlineTextBox '\u00A0'", |
| 80 "reason": "style change" | 70 "reason": "style change" |
| 81 }, | 71 }, |
| 82 { | 72 { |
| 83 "object": "LayoutBR BR", | 73 "object": "LayoutBR BR", |
| 84 "reason": "bounds change" | 74 "reason": "bounds change" |
| 85 }, | 75 }, |
| 86 { | 76 { |
| 77 "object": "LayoutBR BR", |
| 78 "reason": "bounds change" |
| 79 }, |
| 80 { |
| 87 "object": "RootInlineBox", | 81 "object": "RootInlineBox", |
| 88 "reason": "full" | 82 "reason": "full" |
| 89 }, | 83 }, |
| 90 { | 84 { |
| 91 "object": "RootInlineBox", | 85 "object": "RootInlineBox", |
| 92 "reason": "full" | 86 "reason": "full" |
| 93 } | 87 } |
| 94 ] | 88 ] |
| 95 } | 89 } |
| 96 ] | 90 ] |
| 97 } | 91 } |
| 98 | 92 |
| OLD | NEW |