| 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 BODY", | 12 "object": "LayoutBlockFlow BODY", |
| 11 "rect": [0, 0, 800, 247], | 13 "rect": [0, 0, 800, 247], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutBlockFlow BODY", | 17 "object": "LayoutBlockFlow BODY", |
| 16 "rect": [0, 205, 800, 42], | 18 "rect": [0, 205, 800, 42], |
| 17 "reason": "incremental" | 19 "reason": "incremental" |
| 18 }, | 20 }, |
| 19 { | 21 { |
| 20 "object": "LayoutBlockFlow DIV id='target'", | 22 "object": "LayoutBlockFlow DIV id='target'", |
| 21 "rect": [200, 147, 100, 100], | 23 "rect": [200, 147, 100, 100], |
| 22 "reason": "bounds change" | 24 "reason": "bounds change" |
| 23 }, | 25 }, |
| 24 { | 26 { |
| 25 "object": "LayoutBlockFlow DIV id='target'", | 27 "object": "LayoutBlockFlow DIV id='target'", |
| 26 "rect": [200, 100, 100, 100], | 28 "rect": [200, 100, 100, 100], |
| 27 "reason": "bounds change" | 29 "reason": "bounds change" |
| 28 }, | |
| 29 { | |
| 30 "object": "InlineBox", | |
| 31 "reason": "full" | |
| 32 }, | |
| 33 { | |
| 34 "object": "InlineBox", | |
| 35 "reason": "full" | |
| 36 }, | |
| 37 { | |
| 38 "object": "InlineBox", | |
| 39 "reason": "full" | |
| 40 }, | |
| 41 { | |
| 42 "object": "RootInlineBox", | |
| 43 "reason": "full" | |
| 44 }, | |
| 45 { | |
| 46 "object": "RootInlineBox", | |
| 47 "reason": "full" | |
| 48 } | 30 } |
| 49 ] | 31 ] |
| 50 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutBlockFlow BODY", |
| 37 "reason": "incremental" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBlockFlow BODY", |
| 41 "reason": "invalidate paint rectangle" |
| 42 }, |
| 43 { |
| 44 "object": "RootInlineBox", |
| 45 "reason": "incremental" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutBlockFlow DIV id='target'", |
| 49 "reason": "bounds change" |
| 50 } |
| 51 ] | 51 ] |
| 52 } | 52 } |
| 53 | 53 |
| OLD | NEW |