| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [874, 600], | 2 "bounds": [874, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [874, 600], | 5 "bounds": [874, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "backgroundColor": "#3F3F3F", | 8 "backgroundColor": "#3F3F3F", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| 11 "object": "LayoutView #document", |
| 12 "rect": [0, 600, 874, 180], |
| 13 "reason": "incremental" |
| 14 }, |
| 15 { |
| 11 "object": "LayoutBlockFlow DIV", | 16 "object": "LayoutBlockFlow DIV", |
| 12 "rect": [8, 8, 866, 764], | 17 "rect": [8, 8, 866, 764], |
| 13 "reason": "border box change" | 18 "reason": "border box change" |
| 14 }, | 19 }, |
| 15 { | 20 { |
| 16 "object": "LayoutBlockFlow HTML", | 21 "object": "LayoutBlockFlow HTML", |
| 17 "rect": [0, 0, 800, 780], | 22 "rect": [0, 0, 800, 780], |
| 18 "reason": "forced by layout" | 23 "reason": "forced by layout" |
| 19 }, | 24 }, |
| 20 { | 25 { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 35 { | 40 { |
| 36 "object": "LayoutBlockFlow DIV id='target'", | 41 "object": "LayoutBlockFlow DIV id='target'", |
| 37 "rect": [140, 141, 601, 548], | 42 "rect": [140, 141, 601, 548], |
| 38 "reason": "incremental" | 43 "reason": "incremental" |
| 39 } | 44 } |
| 40 ] | 45 ] |
| 41 } | 46 } |
| 42 ] | 47 ] |
| 43 } | 48 } |
| 44 | 49 |
| OLD | NEW |