3 onload
= requestAnimationFrame(function() {
4 requestAnimationFrame(function() {
5 document
.getElementById('badlayer').style
.zIndex
= "1"
9 <div style=
"float:right;position:relative;z-index:3">
10 This test is broken if this text shows up twice
12 <div style=
"width: 0">
13 <div style=
"height:220px;position:relative" id=
"badlayer">
14 <div style=
"transform: translateX(325px);">
17 <div style=
"height:220px;position:relative">
18 <div style=
"position: absolute; top: 0px; left: 0px; width:10px;height:10px; transform: translate3d(1px, 1px, 1px); background: lightgray"></div>
19 <div style=
"position: absolute; top: 0px; left: 0px; background: lightblue; width:10px;height:10px;" ></div>
24 <div style=
"position:relative; height: 500px;">