2 <html class=
"reftest-wait">
12 <script type=
"text/javascript">
14 document
.getElementById("modified").style
.left
= "10px";
15 document
.documentElement
.removeAttribute("class");
18 window
.addEventListener("MozReftestInvalidate", doTest
);
23 <div style=
"opacity:0.9">
24 <div style=
"position:fixed; left:300px; top:300px; width:200px; height:200px; background-color:red; z-index:-10"></div>
25 <div style=
"width:200px; height:200px; position:relative; background-color:green" id=
"modified">
26 <div style=
"opacity:0.9">
27 <div style=
"position:fixed; left:300px; top:300px; width:200px; height:200px; background-color:green; z-index:-10"></div>