| 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 22 matching lines...) Expand all Loading... |
| 33 "rect": [18, 130, 77, 19], | 33 "rect": [18, 130, 77, 19], |
| 34 "reason": "layoutObject insertion" | 34 "reason": "layoutObject insertion" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "object": "LayoutView #document", | 37 "object": "LayoutView #document", |
| 38 "rect": [295, 102, 15, 400], | 38 "rect": [295, 102, 15, 400], |
| 39 "reason": "scroll" | 39 "reason": "scroll" |
| 40 } | 40 } |
| 41 ] | 41 ] |
| 42 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutText #text", |
| 47 "reason": "layoutObject removal" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutBlockFlow HTML", |
| 51 "reason": "forced by layout" |
| 52 }, |
| 53 { |
| 54 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 55 "reason": "full" |
| 56 }, |
| 57 { |
| 58 "object": "RootInlineBox", |
| 59 "reason": "full" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutText #text", |
| 63 "reason": "layoutObject insertion" |
| 64 }, |
| 65 { |
| 66 "object": "InlineTextBox 'After change'", |
| 67 "reason": "layoutObject insertion" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutBlockFlow DIV", |
| 71 "reason": "bounds change" |
| 72 }, |
| 73 { |
| 74 "object": "VerticalScrollbar", |
| 75 "reason": "scroll" |
| 76 } |
| 43 ] | 77 ] |
| 44 } | 78 } |
| 45 | 79 |
| OLD | NEW |