| 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 "bounds": [785, 4016], | 3 "bounds": [785, 4016], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "bounds": [785, 4016], | 6 "bounds": [785, 4016], |
| 7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true, | 8 "drawsContent": true, |
| 9 "children": [ | 9 "children": [ |
| 10 { | 10 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 { | 22 { |
| 23 "position": [10, 380], | 23 "position": [10, 380], |
| 24 "bounds": [154, 154], | 24 "bounds": [154, 154], |
| 25 "drawsContent": true | 25 "drawsContent": true |
| 26 } | 26 } |
| 27 ] | 27 ] |
| 28 } | 28 } |
| 29 ] | 29 ] |
| 30 } | 30 } |
| 31 Composited box underneath iframe. | 31 Composited box underneath iframe. |
| OLD | NEW |