| 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": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 16 "rect": [112, 193, 171, 19], | 18 "rect": [112, 193, 171, 19], |
| 17 "reason": "layoutObject removal" | 19 "reason": "layoutObject removal" |
| 18 }, | 20 }, |
| 19 { | 21 { |
| 20 "object": "LayoutBlockFlow DIV", | 22 "object": "LayoutBlockFlow DIV", |
| 21 "rect": [282, 108, 101, 100], | 23 "rect": [282, 108, 101, 100], |
| 22 "reason": "bounds change" | 24 "reason": "bounds change" |
| 23 }, | 25 }, |
| 24 { | 26 { |
| 25 "object": "LayoutBlockFlow DIV", | 27 "object": "LayoutBlockFlow DIV", |
| 26 "rect": [112, 108, 100, 100], | 28 "rect": [112, 108, 100, 100], |
| 27 "reason": "bounds change" | 29 "reason": "bounds change" |
| 28 }, | |
| 29 { | |
| 30 "object": "InlineBox", | |
| 31 "reason": "full" | |
| 32 }, | |
| 33 { | |
| 34 "object": "InlineBox", | |
| 35 "reason": "full" | |
| 36 }, | |
| 37 { | |
| 38 "object": "InlineBox", | |
| 39 "reason": "full" | |
| 40 }, | |
| 41 { | |
| 42 "object": "InlineBox", | |
| 43 "reason": "full" | |
| 44 }, | |
| 45 { | |
| 46 "object": "InlineFlowBox", | |
| 47 "reason": "full" | |
| 48 }, | |
| 49 { | |
| 50 "object": "InlineTextBox '\n'", | |
| 51 "reason": "full" | |
| 52 }, | |
| 53 { | |
| 54 "object": "InlineTextBox '\n'", | |
| 55 "reason": "full" | |
| 56 }, | |
| 57 { | |
| 58 "object": "InlineTextBox 'This span should disappear.\n'", | |
| 59 "reason": "full" | |
| 60 }, | |
| 61 { | |
| 62 "object": "InlineTextBox 'This span should disappear.\n'", | |
| 63 "reason": "full" | |
| 64 }, | |
| 65 { | |
| 66 "object": "LayoutInline SPAN id='target'", | |
| 67 "reason": "layoutObject removal" | |
| 68 }, | |
| 69 { | |
| 70 "object": "RootInlineBox", | |
| 71 "reason": "full" | |
| 72 }, | |
| 73 { | |
| 74 "object": "RootInlineBox", | |
| 75 "reason": "full" | |
| 76 } | 30 } |
| 77 ] | 31 ] |
| 78 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutText #text", |
| 37 "reason": "layoutObject removal" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutInline SPAN id='target'", |
| 41 "reason": "layoutObject removal" |
| 42 }, |
| 43 { |
| 44 "object": "LayoutBlockFlow (anonymous)", |
| 45 "reason": "invalidate paint rectangle" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutBlockFlow DIV", |
| 49 "reason": "bounds change" |
| 50 } |
| 79 ] | 51 ] |
| 80 } | 52 } |
| 81 | 53 |
| OLD | NEW |