| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV id='keep' class='item'", | 12 "object": "LayoutBlockFlow DIV id='keep' class='item'", |
| 11 "rect": [348, 88, 100, 100], | 13 "rect": [348, 88, 100, 100], |
| 12 "reason": "bounds change" | 14 "reason": "bounds change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 28 }, | 30 }, |
| 29 { | 31 { |
| 30 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 31 "rect": [348, 88, 4, 19], | 33 "rect": [348, 88, 4, 19], |
| 32 "reason": "layoutObject removal" | 34 "reason": "layoutObject removal" |
| 33 }, | 35 }, |
| 34 { | 36 { |
| 35 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
| 36 "rect": [88, 88, 4, 19], | 38 "rect": [88, 88, 4, 19], |
| 37 "reason": "bounds change" | 39 "reason": "bounds change" |
| 38 }, | |
| 39 { | |
| 40 "object": "InlineTextBox '\u00A0'", | |
| 41 "reason": "full" | |
| 42 }, | |
| 43 { | |
| 44 "object": "InlineTextBox '\u00A0'", | |
| 45 "reason": "bounds change" | |
| 46 }, | |
| 47 { | |
| 48 "object": "LayoutBlockFlow (floating) DIV id='container'", | |
| 49 "reason": "bounds change" | |
| 50 }, | |
| 51 { | |
| 52 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer
'", | |
| 53 "reason": "bounds change" | |
| 54 }, | |
| 55 { | |
| 56 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'", | |
| 57 "reason": "layoutObject removal" | |
| 58 }, | |
| 59 { | |
| 60 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'", | |
| 61 "reason": "bounds change" | |
| 62 }, | |
| 63 { | |
| 64 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke
ep_inner' class='inner'", | |
| 65 "reason": "bounds change" | |
| 66 }, | |
| 67 { | |
| 68 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to
_remove_inner' class='inner'", | |
| 69 "reason": "layoutObject removal" | |
| 70 }, | |
| 71 { | |
| 72 "object": "RootInlineBox", | |
| 73 "reason": "full" | |
| 74 }, | |
| 75 { | |
| 76 "object": "RootInlineBox", | |
| 77 "reason": "full" | |
| 78 } | 40 } |
| 79 ] | 41 ] |
| 80 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutText #text", |
| 47 "reason": "layoutObject removal" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", |
| 51 "reason": "layoutObject removal" |
| 52 }, |
| 53 { |
| 54 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem
ove_inner' class='inner'", |
| 55 "reason": "layoutObject removal" |
| 56 }, |
| 57 { |
| 58 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'", |
| 59 "reason": "layoutObject removal" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutBlockFlow (floating) DIV id='container'", |
| 63 "reason": "bounds change" |
| 64 }, |
| 65 { |
| 66 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'", |
| 67 "reason": "bounds change" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_i
nner' class='inner'", |
| 71 "reason": "bounds change" |
| 72 }, |
| 73 { |
| 74 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'", |
| 75 "reason": "bounds change" |
| 76 }, |
| 77 { |
| 78 "object": "LayoutBlockFlow DIV id='keep' class='item'", |
| 79 "reason": "bounds change" |
| 80 }, |
| 81 { |
| 82 "object": "RootInlineBox", |
| 83 "reason": "bounds change" |
| 84 }, |
| 85 { |
| 86 "object": "LayoutText #text", |
| 87 "reason": "bounds change" |
| 88 }, |
| 89 { |
| 90 "object": "InlineTextBox '\u00A0'", |
| 91 "reason": "bounds change" |
| 92 } |
| 81 ] | 93 ] |
| 82 } | 94 } |
| 83 | 95 |
| OLD | NEW |