| 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 HTML", | 12 "object": "LayoutBlockFlow HTML", |
| 13 "rect": [0, 0, 500, 600], | 13 "rect": [0, 0, 500, 600], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutView #document", | |
| 18 "rect": [0, 0, 485, 600], | |
| 19 "reason": "full" | |
| 20 }, | |
| 21 { | |
| 22 "object": "LayoutBlockFlow P", | 17 "object": "LayoutBlockFlow P", |
| 23 "rect": [8, 569, 418, 21], | 18 "rect": [8, 569, 418, 21], |
| 24 "reason": "incremental" | 19 "reason": "incremental" |
| 25 }, | 20 }, |
| 26 { | 21 { |
| 27 "object": "LayoutBlockFlow P", | 22 "object": "LayoutBlockFlow P", |
| 28 "rect": [8, 572, 418, 18], | 23 "rect": [8, 572, 418, 18], |
| 29 "reason": "incremental" | 24 "reason": "incremental" |
| 30 }, | 25 }, |
| 31 { | 26 { |
| 27 "object": "LayoutBlockFlow P", |
| 28 "rect": [8, 566, 418, 18], |
| 29 "reason": "invalidate paint rectangle" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 33 "rect": [14, 494, 406, 90], | 33 "rect": [14, 494, 406, 90], |
| 34 "reason": "bounds change" | 34 "reason": "bounds change" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
| 38 "rect": [14, 476, 406, 90], | 38 "rect": [14, 476, 406, 90], |
| 39 "reason": "bounds change" | 39 "reason": "bounds change" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 { | 106 { |
| 107 "object": "LayoutView #document", | 107 "object": "LayoutView #document", |
| 108 "rect": [485, 0, 15, 600], | 108 "rect": [485, 0, 15, 600], |
| 109 "reason": "scroll" | 109 "reason": "scroll" |
| 110 } | 110 } |
| 111 ] | 111 ] |
| 112 } | 112 } |
| 113 ] | 113 ] |
| 114 } | 114 } |
| 115 | 115 |
| OLD | NEW |