| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [7, 41, 786, 56], | 11 "rect": [7, 41, 786, 56], |
| 12 "reason": "outline" | 12 "reason": "border box change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='div'", | 15 "object": "LayoutBlockFlow DIV id='div'", |
| 16 "rect": [8, 78, 784, 18], | 16 "rect": [8, 78, 784, 18], |
| 17 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow DIV id='div'", | 20 "object": "LayoutBlockFlow DIV id='div'", |
| 21 "rect": [7, 77, 3, 19], | 21 "rect": [7, 77, 3, 19], |
| 22 "reason": "invalidate paint rectangle" | 22 "reason": "invalidate paint rectangle" |
| (...skipping 20 matching lines...) Expand all Loading... |
| 43 { | 43 { |
| 44 "object": "Caret", | 44 "object": "Caret", |
| 45 "reason": "invalidate paint rectangle" | 45 "reason": "invalidate paint rectangle" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "Caret", | 48 "object": "Caret", |
| 49 "reason": "invalidate paint rectangle" | 49 "reason": "invalidate paint rectangle" |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "object": "LayoutBlockFlow DIV", | 52 "object": "LayoutBlockFlow DIV", |
| 53 "reason": "outline" | 53 "reason": "border box change" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "object": "LayoutBlockFlow DIV id='div'", | 56 "object": "LayoutBlockFlow DIV id='div'", |
| 57 "reason": "layoutObject insertion" | 57 "reason": "layoutObject insertion" |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "object": "RootInlineBox", | 60 "object": "RootInlineBox", |
| 61 "reason": "layoutObject insertion" | 61 "reason": "layoutObject insertion" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "object": "Caret", | 64 "object": "Caret", |
| 65 "reason": "invalidate paint rectangle" | 65 "reason": "invalidate paint rectangle" |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 "object": "Caret", | 68 "object": "Caret", |
| 69 "reason": "invalidate paint rectangle" | 69 "reason": "invalidate paint rectangle" |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 "object": "LayoutBR BR", | 72 "object": "LayoutBR BR", |
| 73 "reason": "layoutObject insertion" | 73 "reason": "layoutObject insertion" |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "object": "InlineTextBox '\n'", | 76 "object": "InlineTextBox '\n'", |
| 77 "reason": "layoutObject insertion" | 77 "reason": "layoutObject insertion" |
| 78 } | 78 } |
| 79 ] | 79 ] |
| 80 } | 80 } |
| 81 | 81 |
| OLD | NEW |