| 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", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 } | 23 } |
| 24 ] | 24 ] |
| 25 } | 25 } |
| 26 ], | 26 ], |
| 27 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 28 { | 28 { |
| 29 "object": "LayoutBlockFlow DIV", | 29 "object": "LayoutBlockFlow DIV", |
| 30 "reason": "border box change" | 30 "reason": "border box change" |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "object": "Caret", |
| 34 "reason": "caret" |
| 35 }, |
| 36 { |
| 33 "object": "LayoutBlockFlow DIV id='div'", | 37 "object": "LayoutBlockFlow DIV id='div'", |
| 34 "reason": "layoutObject insertion" | 38 "reason": "layoutObject insertion" |
| 35 }, | 39 }, |
| 36 { | 40 { |
| 37 "object": "RootInlineBox", | 41 "object": "RootInlineBox", |
| 38 "reason": "layoutObject insertion" | 42 "reason": "layoutObject insertion" |
| 39 }, | 43 }, |
| 40 { | 44 { |
| 41 "object": "Caret", | 45 "object": "Caret", |
| 42 "reason": "caret" | 46 "reason": "caret" |
| 43 }, | 47 }, |
| 44 { | 48 { |
| 45 "object": "LayoutBR BR", | 49 "object": "LayoutBR BR", |
| 46 "reason": "layoutObject insertion" | 50 "reason": "layoutObject insertion" |
| 47 }, | 51 }, |
| 48 { | 52 { |
| 49 "object": "InlineTextBox '\n'", | 53 "object": "InlineTextBox '\n'", |
| 50 "reason": "layoutObject insertion" | 54 "reason": "layoutObject insertion" |
| 51 } | 55 } |
| 52 ] | 56 ] |
| 53 } | 57 } |
| 54 | 58 |
| OLD | NEW |