2 <html lang=
"en" class=
"reftest-wait">
4 <title>The fixed layer can't be opaque in the final paint, so this test must fail.
</title>
9 box-sizing: border-box;
12 border:
1px solid black;
21 .reftest-wait .reftest-opaque-layer {
22 /* make the layer opaque until the final paint */
23 background-color: white;
32 <div class=
"content reftest-opaque-layer"></div>
34 <div class=
"fixed content reftest-opaque-layer"></div>
39 document
.documentElement
.removeAttribute("class");
41 document
.addEventListener("MozReftestInvalidate", doTest
);