| 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 "name": "Content Root Layer", | 3 "layers": [ |
| 4 "bounds": [785, 4016], | |
| 5 "children": [ | |
| 6 { | 4 { |
| 7 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 8 "bounds": [785, 4016], | 6 "bounds": [785, 4016], |
| 9 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true |
| 9 }, |
| 10 { |
| 11 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", |
| 12 "position": [50, 360], |
| 13 "bounds": [300, 100], |
| 14 "contentsOpaque": true, |
| 10 "drawsContent": true, | 15 "drawsContent": true, |
| 11 "children": [ | 16 "backgroundColor": "#00FFFF" |
| 12 { | 17 }, |
| 13 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", | 18 { |
| 14 "position": [50, 360], | 19 "name": "LayoutIFrame (positioned) IFRAME id='iframe2' class='composited'"
, |
| 15 "bounds": [300, 100], | 20 "position": [10, 200], |
| 16 "contentsOpaque": true, | 21 "bounds": [154, 154], |
| 17 "drawsContent": true, | 22 "drawsContent": true |
| 18 "backgroundColor": "#00FFFF" | 23 }, |
| 19 }, | 24 { |
| 20 { | 25 "name": "LayoutIFrame (positioned) IFRAME id='iframe3'", |
| 21 "name": "LayoutIFrame (positioned) IFRAME id='iframe2' class='composit
ed'", | 26 "position": [10, 380], |
| 22 "position": [10, 200], | 27 "bounds": [154, 154], |
| 23 "bounds": [154, 154], | 28 "drawsContent": true |
| 24 "drawsContent": true | |
| 25 }, | |
| 26 { | |
| 27 "name": "LayoutIFrame (positioned) IFRAME id='iframe3'", | |
| 28 "position": [10, 380], | |
| 29 "bounds": [154, 154], | |
| 30 "drawsContent": true | |
| 31 } | |
| 32 ] | |
| 33 } | 29 } |
| 34 ] | 30 ] |
| 35 } | 31 } |
| 36 Composited box underneath iframe. | 32 Composited box underneath iframe. |
| OLD | NEW |