| 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='test'", | 10 "object": "LayoutBlockFlow DIV id='test'", |
| 11 "rect": [38, 78, 152, 102], | 11 "rect": [38, 78, 152, 102], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 16 "rect": [39, 79, 146, 99], | 16 "rect": [39, 79, 146, 99], |
| 17 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "rect": [67, 158, 39, 20], | 21 "rect": [67, 158, 39, 20], |
| 22 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [70, 79, 36, 19], | |
| 27 "reason": "forced by layout" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutText #text", | |
| 31 "rect": [39, 79, 32, 19], | |
| 32 "reason": "forced by layout" | |
| 33 } | 23 } |
| 34 ] | 24 ] |
| 35 } | 25 } |
| 36 ], | 26 ], |
| 37 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 38 { | 28 { |
| 39 "object": "LayoutText #text", | 29 "object": "LayoutText #text", |
| 40 "reason": "layoutObject removal" | 30 "reason": "layoutObject removal" |
| 41 }, | 31 }, |
| 42 { | 32 { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 71 "object": "LayoutBR BR", | 61 "object": "LayoutBR BR", |
| 72 "reason": "forced by layout" | 62 "reason": "forced by layout" |
| 73 }, | 63 }, |
| 74 { | 64 { |
| 75 "object": "InlineTextBox '\n'", | 65 "object": "InlineTextBox '\n'", |
| 76 "reason": "forced by layout" | 66 "reason": "forced by layout" |
| 77 } | 67 } |
| 78 ] | 68 ] |
| 79 } | 69 } |
| 80 | 70 |
| OLD | NEW |