OLD | NEW |
(Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [108, 8, 684, 100], |
| 12 "reason": "forced by layout" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutText #text", |
| 16 "rect": [8, 7, 200, 102], |
| 17 "reason": "layoutObject removal" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 21 "rect": [8, 8, 200, 100], |
| 22 "reason": "layoutObject removal" |
| 23 } |
| 24 ] |
| 25 } |
| 26 ], |
| 27 "objectPaintInvalidations": [ |
| 28 { |
| 29 "object": "LayoutText #text", |
| 30 "reason": "layoutObject removal" |
| 31 }, |
| 32 { |
| 33 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 34 "reason": "layoutObject removal" |
| 35 }, |
| 36 { |
| 37 "object": "LayoutBlockFlow DIV", |
| 38 "reason": "forced by layout" |
| 39 } |
| 40 ] |
| 41 } |
| 42 |
OLD | NEW |