1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
In all iframes, the green fixed-position element should not be composited.
{
"bounds": [785, 4016],
"children": [
{
"bounds": [785, 4016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [50, 360],
"bounds": [300, 100],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#00FFFF"
},
{
"position": [10, 200],
"bounds": [154, 154],
"drawsContent": true
},
{
"position": [10, 380],
"bounds": [154, 154],
"drawsContent": true
}
]
}
]
}
Composited box underneath iframe.
|