| 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='inner-editor'", | 12 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 13 "rect": [10, 11, 169, 16], | 13 "rect": [10, 11, 169, 16], |
| 14 "reason": "invalidate paint rectangle" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 18 "rect": [10, 11, 35, 16], | 18 "rect": [10, 11, 35, 16], |
| 19 "reason": "full" | 19 "reason": "full" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutBlockFlow (positioned) DIV id='div'", | 22 "object": "LayoutBlockFlow (positioned) DIV id='div'", |
| 23 "rect": [8, 288, 10, 20], | 23 "rect": [8, 288, 10, 20], |
| 24 "reason": "bounds change" | 24 "reason": "bounds change" |
| 25 } | 25 } |
| 26 ] | 26 ] |
| 27 } | 27 } |
| 28 ], | 28 ], |
| 29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
| 30 { | 30 { |
| 31 "object": "InlineTextBox ''", | 31 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 32 "reason": "full" | 32 "reason": "forced by layout" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "RootInlineBox", | 35 "object": "RootInlineBox", |
| 36 "reason": "full" | 36 "reason": "forced by layout" |
| 37 }, | |
| 38 { | |
| 39 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
| 40 "reason": "invalidate paint rectangle" | |
| 41 }, | 37 }, |
| 42 { | 38 { |
| 43 "object": "LayoutText #text", | 39 "object": "LayoutText #text", |
| 44 "reason": "full" | 40 "reason": "full" |
| 45 }, | 41 }, |
| 46 { | 42 { |
| 47 "object": "InlineTextBox 'PASS'", | 43 "object": "InlineTextBox 'PASS'", |
| 48 "reason": "full" | 44 "reason": "full" |
| 49 }, | 45 }, |
| 50 { | 46 { |
| 51 "object": "LayoutBlockFlow (positioned) DIV id='div'", | 47 "object": "LayoutBlockFlow (positioned) DIV id='div'", |
| 52 "reason": "bounds change" | 48 "reason": "bounds change" |
| 53 } | 49 } |
| 54 ] | 50 ] |
| 55 } | 51 } |
| 56 | 52 |
| OLD | NEW |