| 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 27 matching lines...) Expand all Loading... |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "LayoutBlockFlow DIV id='div'", | 40 "object": "LayoutBlockFlow DIV id='div'", |
| 41 "reason": "layoutObject insertion" | 41 "reason": "layoutObject insertion" |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "object": "RootInlineBox", | 44 "object": "RootInlineBox", |
| 45 "reason": "layoutObject insertion" | 45 "reason": "layoutObject insertion" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "Caret", |
| 49 "reason": "invalidate paint rectangle" |
| 50 }, |
| 51 { |
| 52 "object": "Caret", |
| 53 "reason": "invalidate paint rectangle" |
| 54 }, |
| 55 { |
| 48 "object": "LayoutBR BR", | 56 "object": "LayoutBR BR", |
| 49 "reason": "layoutObject insertion" | 57 "reason": "layoutObject insertion" |
| 50 }, | 58 }, |
| 51 { | 59 { |
| 52 "object": "InlineTextBox '\n'", | 60 "object": "InlineTextBox '\n'", |
| 53 "reason": "layoutObject insertion" | 61 "reason": "layoutObject insertion" |
| 54 }, | |
| 55 { | |
| 56 "object": "LayoutBlockFlow DIV id='div'", | |
| 57 "reason": "invalidate paint rectangle" | |
| 58 }, | |
| 59 { | |
| 60 "object": "LayoutBlockFlow DIV id='div'", | |
| 61 "reason": "invalidate paint rectangle" | |
| 62 } | 62 } |
| 63 ] | 63 ] |
| 64 } | 64 } |
| 65 | 65 |
| OLD | NEW |