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