| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [5008, 5016], | 5 "bounds": [2008, 1516], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV id='content'", | 10 "object": "LayoutBlockFlow DIV id='content'", |
| 11 "rect": [8, 8, 5000, 5000], | 11 "rect": [8, 8, 2000, 1500], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 } | 13 } |
| 14 ] | 14 ] |
| 15 } | 15 } |
| 16 ], | 16 ], |
| 17 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 18 { | 18 { |
| 19 "object": "LayoutBlockFlow DIV id='content'", | 19 "object": "LayoutBlockFlow DIV id='content'", |
| 20 "reason": "style change" | 20 "reason": "style change" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
| 24 "reason": "style change" | 24 "reason": "style change" |
| 25 } | 25 } |
| 26 ] | 26 ] |
| 27 } | 27 } |
| 28 | 28 |
| OLD | NEW |