| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 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", | 11 "object": "LayoutView #document", |
| 12 "rect": [0, 600, 874, 180], | 12 "rect": [0, 600, 874, 180], |
| 13 "reason": "incremental" | 13 "reason": "incremental" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "LayoutBlockFlow DIV", | 16 "object": "LayoutBlockFlow DIV", |
| 17 "rect": [8, 8, 866, 764], | 17 "rect": [8, 8, 866, 764], |
| 18 "reason": "border box change" | 18 "reason": "border box change" |
| 19 }, | 19 }, |
| 20 { | 20 { |
| 21 "object": "LayoutBlockFlow HTML", | |
| 22 "rect": [0, 0, 800, 780], | |
| 23 "reason": "forced by layout" | |
| 24 }, | |
| 25 { | |
| 26 "object": "LayoutBlockFlow BODY", | 21 "object": "LayoutBlockFlow BODY", |
| 27 "rect": [8, 224, 784, 548], | 22 "rect": [8, 224, 784, 548], |
| 28 "reason": "incremental" | 23 "reason": "incremental" |
| 29 }, | 24 }, |
| 30 { | 25 { |
| 31 "object": "LayoutBlockFlow DIV", | 26 "object": "LayoutBlockFlow DIV", |
| 32 "rect": [137, 88, 607, 604], | 27 "rect": [137, 88, 607, 604], |
| 33 "reason": "border box change" | 28 "reason": "border box change" |
| 34 } | 29 } |
| 35 ] | 30 ] |
| 36 } | 31 } |
| 37 ], | 32 ], |
| 38 "objectPaintInvalidations": [ | 33 "objectPaintInvalidations": [ |
| 39 { | 34 { |
| 40 "object": "LayoutView #document", | 35 "object": "LayoutView #document", |
| 41 "reason": "incremental" | 36 "reason": "incremental" |
| 42 }, | 37 }, |
| 43 { | 38 { |
| 44 "object": "LayoutBlockFlow HTML", | |
| 45 "reason": "forced by layout" | |
| 46 }, | |
| 47 { | |
| 48 "object": "LayoutBlockFlow BODY", | 39 "object": "LayoutBlockFlow BODY", |
| 49 "reason": "incremental" | 40 "reason": "incremental" |
| 50 }, | 41 }, |
| 51 { | 42 { |
| 52 "object": "LayoutBlockFlow DIV", | 43 "object": "LayoutBlockFlow DIV", |
| 53 "reason": "border box change" | 44 "reason": "border box change" |
| 54 }, | 45 }, |
| 55 { | 46 { |
| 56 "object": "LayoutBlockFlow DIV", | 47 "object": "LayoutBlockFlow DIV", |
| 57 "reason": "border box change" | 48 "reason": "border box change" |
| 58 } | 49 } |
| 59 ] | 50 ] |
| 60 } | 51 } |
| 61 | 52 |
| OLD | NEW |