| 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": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow HTML", | 12 "object": "LayoutBlockFlow HTML", |
| 13 "rect": [10, 102, 285, 400], | 13 "rect": [10, 102, 285, 400], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutBlockFlow DIV", | |
| 18 "rect": [18, 150, 269, 352], | |
| 19 "reason": "bounds change" | |
| 20 }, | |
| 21 { | |
| 22 "object": "LayoutBlockFlow DIV id='to-be-changed'", | 17 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 23 "rect": [18, 130, 269, 40], | 18 "rect": [18, 130, 269, 40], |
| 24 "reason": "full" | 19 "reason": "full" |
| 25 }, | 20 }, |
| 26 { | 21 { |
| 27 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
| 28 "rect": [18, 130, 235, 39], | 23 "rect": [18, 130, 235, 39], |
| 29 "reason": "layoutObject removal" | 24 "reason": "layoutObject removal" |
| 30 }, | 25 }, |
| 31 { | 26 { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 60 }, | 55 }, |
| 61 { | 56 { |
| 62 "object": "LayoutText #text", | 57 "object": "LayoutText #text", |
| 63 "reason": "layoutObject insertion" | 58 "reason": "layoutObject insertion" |
| 64 }, | 59 }, |
| 65 { | 60 { |
| 66 "object": "InlineTextBox 'After change'", | 61 "object": "InlineTextBox 'After change'", |
| 67 "reason": "layoutObject insertion" | 62 "reason": "layoutObject insertion" |
| 68 }, | 63 }, |
| 69 { | 64 { |
| 70 "object": "LayoutBlockFlow DIV", | |
| 71 "reason": "bounds change" | |
| 72 }, | |
| 73 { | |
| 74 "object": "VerticalScrollbar", | 65 "object": "VerticalScrollbar", |
| 75 "reason": "scroll" | 66 "reason": "scroll" |
| 76 } | 67 } |
| 77 ] | 68 ] |
| 78 } | 69 } |
| 79 | 70 |
| OLD | NEW |