| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow (anonymous)", | 12 "object": "LayoutBlockFlow (anonymous)", |
| 11 "rect": [8, 108, 784, 104], | 13 "rect": [8, 108, 784, 104], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutInline SPAN id='target'", | 17 "object": "LayoutInline SPAN id='target'", |
| 16 "rect": [112, 108, 171, 104], | 18 "rect": [112, 108, 171, 104], |
| 17 "reason": "layoutObject removal" | 19 "reason": "layoutObject removal" |
| 18 }, | 20 }, |
| 19 { | 21 { |
| 20 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
| 21 "rect": [112, 193, 171, 19], | 23 "rect": [112, 193, 171, 19], |
| 22 "reason": "layoutObject removal" | 24 "reason": "layoutObject removal" |
| 23 }, | 25 }, |
| 24 { | 26 { |
| 25 "object": "LayoutBlockFlow DIV", | 27 "object": "LayoutBlockFlow DIV", |
| 26 "rect": [282, 108, 101, 100], | 28 "rect": [282, 108, 101, 100], |
| 27 "reason": "bounds change" | 29 "reason": "bounds change" |
| 28 }, | 30 }, |
| 29 { | 31 { |
| 30 "object": "LayoutBlockFlow DIV", | 32 "object": "LayoutBlockFlow DIV", |
| 31 "rect": [112, 108, 100, 100], | 33 "rect": [112, 108, 100, 100], |
| 32 "reason": "bounds change" | 34 "reason": "bounds change" |
| 33 }, | |
| 34 { | |
| 35 "object": "InlineBox", | |
| 36 "reason": "full" | |
| 37 }, | |
| 38 { | |
| 39 "object": "InlineBox", | |
| 40 "reason": "full" | |
| 41 }, | |
| 42 { | |
| 43 "object": "InlineBox", | |
| 44 "reason": "full" | |
| 45 }, | |
| 46 { | |
| 47 "object": "InlineBox", | |
| 48 "reason": "full" | |
| 49 }, | |
| 50 { | |
| 51 "object": "InlineFlowBox", | |
| 52 "reason": "full" | |
| 53 }, | |
| 54 { | |
| 55 "object": "InlineFlowBox", | |
| 56 "reason": "full" | |
| 57 }, | |
| 58 { | |
| 59 "object": "InlineTextBox '\n'", | |
| 60 "reason": "full" | |
| 61 }, | |
| 62 { | |
| 63 "object": "InlineTextBox '\n'", | |
| 64 "reason": "full" | |
| 65 }, | |
| 66 { | |
| 67 "object": "InlineTextBox 'This span should disappear.\n'", | |
| 68 "reason": "full" | |
| 69 }, | |
| 70 { | |
| 71 "object": "InlineTextBox 'This span should disappear.\n'", | |
| 72 "reason": "full" | |
| 73 }, | |
| 74 { | |
| 75 "object": "RootInlineBox", | |
| 76 "reason": "full" | |
| 77 }, | |
| 78 { | |
| 79 "object": "RootInlineBox", | |
| 80 "reason": "full" | |
| 81 } | 35 } |
| 82 ] | 36 ] |
| 83 } | 37 } |
| 38 ], |
| 39 "objectPaintInvalidations": [ |
| 40 { |
| 41 "object": "LayoutText #text", |
| 42 "reason": "layoutObject removal" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutInline SPAN id='target'", |
| 46 "reason": "layoutObject removal" |
| 47 }, |
| 48 { |
| 49 "object": "LayoutBlockFlow (anonymous)", |
| 50 "reason": "invalidate paint rectangle" |
| 51 }, |
| 52 { |
| 53 "object": "LayoutBlockFlow DIV", |
| 54 "reason": "bounds change" |
| 55 } |
| 84 ] | 56 ] |
| 85 } | 57 } |
| 86 | 58 |
| OLD | NEW |