2 <html class=
"reftest-wait">
13 <div style=
"display: flex;">
14 <div style=
"display: block;">
15 <div style=
"display: inline; filter: invert(0);">
19 <div style=
"position: absolute; top: 100px; left: 100px;">
20 <a id=
"bar" href=
"#">BAR
</a>
27 const bar
= document
.getElementById('bar');
28 bar
.style
.color
= 'rgb(0, 255, 0)';
29 document
.documentElement
.removeAttribute('class');
31 document
.addEventListener("MozReftestInvalidate", doTest
, false);