| 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 24 matching lines...) Expand all Loading... |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 } | 37 } |
| 38 ], | 38 ], |
| 39 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 40 { | 40 { |
| 41 "object": "LayoutText #text", | 41 "object": "LayoutText #text", |
| 42 "reason": "layoutObject removal" | 42 "reason": "layoutObject removal" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "VerticalScrollbar", |
| 46 "reason": "scroll" |
| 47 }, |
| 48 { |
| 45 "object": "LayoutBlockFlow HTML", | 49 "object": "LayoutBlockFlow HTML", |
| 46 "reason": "forced by layout" | 50 "reason": "forced by layout" |
| 47 }, | 51 }, |
| 48 { | 52 { |
| 49 "object": "LayoutBlockFlow DIV id='to-be-changed'", | 53 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 50 "reason": "full" | 54 "reason": "full" |
| 51 }, | 55 }, |
| 52 { | 56 { |
| 53 "object": "RootInlineBox", | 57 "object": "RootInlineBox", |
| 54 "reason": "full" | 58 "reason": "full" |
| 55 }, | 59 }, |
| 56 { | 60 { |
| 57 "object": "LayoutText #text", | 61 "object": "LayoutText #text", |
| 58 "reason": "layoutObject insertion" | 62 "reason": "layoutObject insertion" |
| 59 }, | 63 }, |
| 60 { | 64 { |
| 61 "object": "InlineTextBox 'After change'", | 65 "object": "InlineTextBox 'After change'", |
| 62 "reason": "layoutObject insertion" | 66 "reason": "layoutObject insertion" |
| 63 }, | |
| 64 { | |
| 65 "object": "VerticalScrollbar", | |
| 66 "reason": "scroll" | |
| 67 } | 67 } |
| 68 ] | 68 ] |
| 69 } | 69 } |
| 70 | 70 |
| OLD | NEW |