| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 40 { | 40 { |
| 41 "object": "LayoutText #text", | 41 "object": "LayoutText #text", |
| 42 "reason": "layoutObject removal" | 42 "reason": "layoutObject removal" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "LayoutInline SPAN id='removeme'", | 45 "object": "LayoutInline SPAN id='removeme'", |
| 46 "reason": "layoutObject removal" | 46 "reason": "layoutObject removal" |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "object": "LayoutBlockFlow HTML", | |
| 50 "reason": "selection" | |
| 51 }, | |
| 52 { | |
| 53 "object": "LayoutBlockFlow BODY", | |
| 54 "reason": "selection" | |
| 55 }, | |
| 56 { | |
| 57 "object": "LayoutBlockFlow DIV id='test'", | 49 "object": "LayoutBlockFlow DIV id='test'", |
| 58 "reason": "forced by layout" | 50 "reason": "forced by layout" |
| 59 }, | 51 }, |
| 60 { | 52 { |
| 61 "object": "RootInlineBox", | 53 "object": "RootInlineBox", |
| 62 "reason": "forced by layout" | 54 "reason": "forced by layout" |
| 63 }, | 55 }, |
| 64 { | 56 { |
| 65 "object": "LayoutText #text", | 57 "object": "LayoutText #text", |
| 66 "reason": "forced by layout" | 58 "reason": "forced by layout" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 81 "object": "LayoutBR BR", | 73 "object": "LayoutBR BR", |
| 82 "reason": "forced by layout" | 74 "reason": "forced by layout" |
| 83 }, | 75 }, |
| 84 { | 76 { |
| 85 "object": "InlineTextBox '\n'", | 77 "object": "InlineTextBox '\n'", |
| 86 "reason": "forced by layout" | 78 "reason": "forced by layout" |
| 87 } | 79 } |
| 88 ] | 80 ] |
| 89 } | 81 } |
| 90 | 82 |
| OLD | NEW |