1 <html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
4 html { color: black; outline-color: inherit; outline-width:
10px;
5 outline-style: solid; }
8 window
.addEventListener("MozReftestInvalidate",
10 document
.getElementById("x").removeAttribute("style");
11 document
.documentElement
.className
= "";
16 <body style=
"outline-color: green;">
17 <html id=
"x" style=
"display: none">Test
</html>