OLD | NEW |
1 In all iframes, the green fixed-position element should not be composited. | 1 In all iframes, the green fixed-position element should not be composited. |
2 { | 2 { |
3 "layers": [ | 3 "layers": [ |
4 { | 4 { |
5 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
6 "bounds": [785, 4016], | 6 "bounds": [785, 4016], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true | 8 "drawsContent": true |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 11 matching lines...) Expand all Loading... |
22 "drawsContent": true | 22 "drawsContent": true |
23 }, | 23 }, |
24 { | 24 { |
25 "name": "LayoutIFrame (positioned) IFRAME id='iframe3'", | 25 "name": "LayoutIFrame (positioned) IFRAME id='iframe3'", |
26 "position": [10, 380], | 26 "position": [10, 380], |
27 "bounds": [154, 154], | 27 "bounds": [154, 154], |
28 "drawsContent": true | 28 "drawsContent": true |
29 } | 29 } |
30 ] | 30 ] |
31 } | 31 } |
32 Composited box underneath iframe. | 32 Composited box underneath iframe. |
OLD | NEW |