| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV id='inner-editor'", | 12 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 11 "rect": [168, 11, 150, 16], | 13 "rect": [168, 11, 150, 16], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutBlockFlow DIV id='inner-editor'", | 17 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 16 "rect": [10, 11, 150, 16], | 18 "rect": [10, 11, 150, 16], |
| 17 "reason": "invalidate paint rectangle" | 19 "reason": "invalidate paint rectangle" |
| 18 }, | 20 }, |
| 19 { | 21 { |
| 20 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
| 21 "rect": [168, 11, 53, 16], | 23 "rect": [168, 11, 53, 16], |
| 22 "reason": "full" | 24 "reason": "full" |
| 23 }, | 25 }, |
| 24 { | 26 { |
| 25 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
| 26 "rect": [10, 11, 53, 16], | 28 "rect": [10, 11, 53, 16], |
| 27 "reason": "full" | 29 "reason": "full" |
| 28 }, | |
| 29 { | |
| 30 "object": "InlineTextBox ''", | |
| 31 "reason": "full" | |
| 32 }, | |
| 33 { | |
| 34 "object": "InlineTextBox ''", | |
| 35 "reason": "full" | |
| 36 }, | |
| 37 { | |
| 38 "object": "InlineTextBox 'PASSED'", | |
| 39 "reason": "full" | |
| 40 }, | |
| 41 { | |
| 42 "object": "InlineTextBox 'PASSED'", | |
| 43 "reason": "full" | |
| 44 }, | |
| 45 { | |
| 46 "object": "RootInlineBox", | |
| 47 "reason": "full" | |
| 48 }, | |
| 49 { | |
| 50 "object": "RootInlineBox", | |
| 51 "reason": "full" | |
| 52 } | 30 } |
| 53 ] | 31 ] |
| 54 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 37 "reason": "invalidate paint rectangle" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutText #text", |
| 41 "reason": "full" |
| 42 }, |
| 43 { |
| 44 "object": "InlineTextBox 'PASSED'", |
| 45 "reason": "full" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 49 "reason": "invalidate paint rectangle" |
| 50 }, |
| 51 { |
| 52 "object": "LayoutText #text", |
| 53 "reason": "full" |
| 54 }, |
| 55 { |
| 56 "object": "InlineTextBox 'PASSED'", |
| 57 "reason": "full" |
| 58 } |
| 55 ] | 59 ] |
| 56 } | 60 } |
| 57 | 61 |
| OLD | NEW |