| 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": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow DIV id='test'", | 12 "object": "LayoutBlockFlow DIV id='test'", |
| 13 "rect": [38, 78, 152, 102], | 13 "rect": [38, 78, 152, 102], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 18 "rect": [39, 79, 146, 99], | 18 "rect": [39, 79, 146, 99], |
| 19 "reason": "layoutObject removal" | 19 "reason": "layoutObject removal" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutBR BR", | 22 "object": "LayoutBR BR", |
| 23 "rect": [38, 78, 3, 21], | 23 "rect": [38, 78, 3, 21], |
| 24 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
| 25 }, |
| 26 { |
| 27 "object": "LayoutBR BR", |
| 28 "rect": [38, 78, 3, 21], |
| 29 "reason": "invalidate paint rectangle" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBR BR", |
| 33 "rect": [38, 78, 3, 21], |
| 34 "reason": "invalidate paint rectangle" |
| 25 } | 35 } |
| 26 ] | 36 ] |
| 27 } | 37 } |
| 28 ], | 38 ], |
| 29 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 30 { | 40 { |
| 31 "object": "LayoutText #text", | 41 "object": "LayoutText #text", |
| 32 "reason": "layoutObject removal" | 42 "reason": "layoutObject removal" |
| 33 }, | 43 }, |
| 34 { | 44 { |
| 45 "object": "Caret", |
| 46 "reason": "invalidate paint rectangle" |
| 47 }, |
| 48 { |
| 35 "object": "LayoutBlockFlow DIV id='test'", | 49 "object": "LayoutBlockFlow DIV id='test'", |
| 36 "reason": "forced by layout" | 50 "reason": "forced by layout" |
| 37 }, | 51 }, |
| 38 { | 52 { |
| 39 "object": "RootInlineBox", | 53 "object": "RootInlineBox", |
| 40 "reason": "forced by layout" | 54 "reason": "forced by layout" |
| 41 }, | 55 }, |
| 42 { | 56 { |
| 43 "object": "Caret", | 57 "object": "Caret", |
| 44 "reason": "invalidate paint rectangle" | 58 "reason": "invalidate paint rectangle" |
| 45 }, | 59 }, |
| 46 { | 60 { |
| 61 "object": "Caret", |
| 62 "reason": "invalidate paint rectangle" |
| 63 }, |
| 64 { |
| 47 "object": "LayoutBR BR", | 65 "object": "LayoutBR BR", |
| 48 "reason": "forced by layout" | 66 "reason": "forced by layout" |
| 49 }, | 67 }, |
| 50 { | 68 { |
| 51 "object": "InlineTextBox '\n'", | 69 "object": "InlineTextBox '\n'", |
| 52 "reason": "forced by layout" | 70 "reason": "forced by layout" |
| 53 } | 71 } |
| 54 ] | 72 ] |
| 55 } | 73 } |
| 56 | 74 |
| OLD | NEW |