OLD | NEW |
| 1 CONSOLE WARNING: Resource requests whose URLs contain raw newline characters are
deprecated, and may be blocked in M60, around August 2017. Please remove newlin
es from places like element attribute values in order to continue loading those
resources. See https://www.chromestatus.com/features/5735596811091968 for more d
etails. |
1 { | 2 { |
2 "layers": [ | 3 "layers": [ |
3 { | 4 { |
4 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
5 "bounds": [785, 928], | 6 "bounds": [785, 928], |
6 "contentsOpaque": true, | 7 "contentsOpaque": true, |
7 "drawsContent": true, | 8 "drawsContent": true, |
8 "backgroundColor": "#FFFFFF", | 9 "backgroundColor": "#FFFFFF", |
9 "paintInvalidations": [ | 10 "paintInvalidations": [ |
10 { | 11 { |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 "object": "LayoutHTMLCanvas CANVAS id='xorcanvas'", | 425 "object": "LayoutHTMLCanvas CANVAS id='xorcanvas'", |
425 "reason": "invalidate paint rectangle" | 426 "reason": "invalidate paint rectangle" |
426 }, | 427 }, |
427 { | 428 { |
428 "object": "LayoutHTMLCanvas CANVAS id='xorvideo'", | 429 "object": "LayoutHTMLCanvas CANVAS id='xorvideo'", |
429 "reason": "invalidate paint rectangle" | 430 "reason": "invalidate paint rectangle" |
430 } | 431 } |
431 ] | 432 ] |
432 } | 433 } |
433 | 434 |
OLD | NEW |