| 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 (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
| 11 "rect": [8, 108, 784, 105], | 11 "rect": [8, 108, 784, 105], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutInline SPAN id='target'", | |
| 16 "rect": [112, 108, 171, 104], | |
| 17 "reason": "layoutObject removal" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutText #text", | |
| 21 "rect": [112, 193, 171, 19], | |
| 22 "reason": "layoutObject removal" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow DIV", | |
| 26 "rect": [282, 108, 101, 100], | |
| 27 "reason": "forced by layout" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutBlockFlow DIV", | |
| 31 "rect": [112, 108, 100, 100], | |
| 32 "reason": "forced by layout" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutBlockFlow DIV", | |
| 36 "rect": [8, 108, 100, 100], | |
| 37 "reason": "forced by layout" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutText #text", | |
| 41 "rect": [108, 193, 4, 19], | |
| 42 "reason": "forced by layout" | |
| 43 } | 13 } |
| 44 ] | 14 ] |
| 45 } | 15 } |
| 46 ], | 16 ], |
| 47 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 48 { | 18 { |
| 49 "object": "LayoutText #text", | 19 "object": "LayoutText #text", |
| 50 "reason": "layoutObject removal" | 20 "reason": "layoutObject removal" |
| 51 }, | 21 }, |
| 52 { | 22 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 73 "object": "InlineTextBox '\n'", | 43 "object": "InlineTextBox '\n'", |
| 74 "reason": "forced by layout" | 44 "reason": "forced by layout" |
| 75 }, | 45 }, |
| 76 { | 46 { |
| 77 "object": "LayoutBlockFlow DIV", | 47 "object": "LayoutBlockFlow DIV", |
| 78 "reason": "forced by layout" | 48 "reason": "forced by layout" |
| 79 } | 49 } |
| 80 ] | 50 ] |
| 81 } | 51 } |
| 82 | 52 |
| OLD | NEW |