| 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 20 matching lines...) Expand all Loading... |
| 31 { | 31 { |
| 32 "object": "LayoutBlockFlow DIV", | 32 "object": "LayoutBlockFlow DIV", |
| 33 "rect": [112, 108, 100, 100], | 33 "rect": [112, 108, 100, 100], |
| 34 "reason": "bounds change" | 34 "reason": "bounds change" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 } | 37 } |
| 38 ], | 38 ], |
| 39 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 40 { | 40 { |
| 41 "object": "InlineBox", |
| 42 "reason": "full" |
| 43 }, |
| 44 { |
| 45 "object": "InlineTextBox '\n'", |
| 46 "reason": "full" |
| 47 }, |
| 48 { |
| 49 "object": "InlineTextBox 'This span should disappear.\n'", |
| 50 "reason": "full" |
| 51 }, |
| 52 { |
| 53 "object": "InlineFlowBox", |
| 54 "reason": "full" |
| 55 }, |
| 56 { |
| 57 "object": "InlineBox", |
| 58 "reason": "full" |
| 59 }, |
| 60 { |
| 61 "object": "RootInlineBox", |
| 62 "reason": "full" |
| 63 }, |
| 64 { |
| 65 "object": "InlineTextBox 'This span should disappear.\n'", |
| 66 "reason": "full" |
| 67 }, |
| 68 { |
| 41 "object": "LayoutText #text", | 69 "object": "LayoutText #text", |
| 42 "reason": "layoutObject removal" | 70 "reason": "layoutObject removal" |
| 43 }, | 71 }, |
| 44 { | 72 { |
| 73 "object": "InlineFlowBox", |
| 74 "reason": "full" |
| 75 }, |
| 76 { |
| 45 "object": "LayoutInline SPAN id='target'", | 77 "object": "LayoutInline SPAN id='target'", |
| 46 "reason": "layoutObject removal" | 78 "reason": "layoutObject removal" |
| 47 }, | 79 }, |
| 48 { | 80 { |
| 81 "object": "InlineBox", |
| 82 "reason": "full" |
| 83 }, |
| 84 { |
| 85 "object": "InlineTextBox '\n'", |
| 86 "reason": "full" |
| 87 }, |
| 88 { |
| 89 "object": "InlineBox", |
| 90 "reason": "full" |
| 91 }, |
| 92 { |
| 93 "object": "RootInlineBox", |
| 94 "reason": "full" |
| 95 }, |
| 96 { |
| 49 "object": "LayoutBlockFlow (anonymous)", | 97 "object": "LayoutBlockFlow (anonymous)", |
| 50 "reason": "invalidate paint rectangle" | 98 "reason": "invalidate paint rectangle" |
| 51 }, | 99 }, |
| 52 { | 100 { |
| 53 "object": "LayoutBlockFlow DIV", | 101 "object": "LayoutBlockFlow DIV", |
| 54 "reason": "bounds change" | 102 "reason": "bounds change" |
| 55 } | 103 } |
| 56 ] | 104 ] |
| 57 } | 105 } |
| 58 | 106 |
| OLD | NEW |