2 <html class=
"reftest-wait">
4 <style type=
"text/css">
7 background-color: green
;
13 background-color: green
;
17 <script type=
"text/javascript">
19 document
.getElementById('sibling2').style
.display
= 'block';
20 document
.documentElement
.removeAttribute('class');
22 document
.addEventListener('MozReftestInvalidate', test
);
26 <div id=
"sibling1"></div>
27 <div id=
"sibling2"></div>