| 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": "LayoutBlockFlow DIV id='keep' class='item'", | 10 "object": "LayoutBlockFlow DIV id='keep' class='item'", |
| 11 "rect": [348, 88, 100, 100], | 11 "rect": [348, 88, 100, 100], |
| 12 "reason": "bounds change" | 12 "reason": "bounds change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", | 15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", |
| 16 "rect": [348, 88, 100, 100], | 16 "rect": [348, 88, 100, 100], |
| 17 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow DIV id='keep' class='item'", | 20 "object": "LayoutBlockFlow DIV id='keep' class='item'", |
| 21 "rect": [88, 88, 100, 100], | 21 "rect": [88, 88, 100, 100], |
| 22 "reason": "bounds change" | 22 "reason": "bounds change" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [348, 88, 4, 19], | 26 "rect": [348, 88, 4, 19], |
| 27 "reason": "bounds change" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutText #text", | |
| 31 "rect": [348, 88, 4, 19], | |
| 32 "reason": "layoutObject removal" | 27 "reason": "layoutObject removal" |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [88, 88, 4, 19], | |
| 37 "reason": "bounds change" | |
| 38 } | 28 } |
| 39 ] | 29 ] |
| 40 } | 30 } |
| 41 ], | 31 ], |
| 42 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
| 43 { | 33 { |
| 44 "object": "LayoutText #text", | 34 "object": "LayoutText #text", |
| 45 "reason": "layoutObject removal" | 35 "reason": "layoutObject removal" |
| 46 }, | 36 }, |
| 47 { | 37 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "object": "LayoutText #text", | 70 "object": "LayoutText #text", |
| 81 "reason": "bounds change" | 71 "reason": "bounds change" |
| 82 }, | 72 }, |
| 83 { | 73 { |
| 84 "object": "InlineTextBox '\u00A0'", | 74 "object": "InlineTextBox '\u00A0'", |
| 85 "reason": "bounds change" | 75 "reason": "bounds change" |
| 86 } | 76 } |
| 87 ] | 77 ] |
| 88 } | 78 } |
| 89 | 79 |
| OLD | NEW |