| 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 DIV id='firstLine'", | 10 "object": "LayoutBlockFlow DIV id='firstLine'", |
| 11 "rect": [8, 8, 100, 200], | 11 "rect": [8, 8, 100, 200], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow (anonymous)", | 15 "object": "LayoutBlockFlow (anonymous)", |
| 16 "rect": [8, 208, 100, 100], | 16 "rect": [8, 208, 100, 100], |
| 17 "reason": "bounds change" | 17 "reason": "bounds change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow (anonymous)", | 20 "object": "LayoutBlockFlow (anonymous)", |
| 21 "rect": [8, 108, 100, 100], | 21 "rect": [8, 108, 100, 100], |
| 22 "reason": "bounds change" | 22 "reason": "bounds change" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [8, 48, 88, 119], | 26 "rect": [8, 48, 92, 119], |
| 27 "reason": "layoutObject removal" | 27 "reason": "layoutObject removal" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [8, 48, 4, 19], | 31 "rect": [8, 48, 8, 19], |
| 32 "reason": "layoutObject insertion" | 32 "reason": "layoutObject insertion" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "InlineTextBox '\n'", | 35 "object": "InlineTextBox '\n'", |
| 36 "reason": "bounds change" | 36 "reason": "bounds change" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "object": "InlineTextBox '\n'", | 39 "object": "InlineTextBox '\n'", |
| 40 "reason": "selection" | 40 "reason": "selection" |
| 41 }, | 41 }, |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "object": "RootInlineBox", | 103 "object": "RootInlineBox", |
| 104 "reason": "full" | 104 "reason": "full" |
| 105 } | 105 } |
| 106 ] | 106 ] |
| 107 } | 107 } |
| 108 ] | 108 ] |
| 109 } | 109 } |
| 110 | 110 |
| OLD | NEW |