2 <html class=
"reftest-wait">
4 <style type=
"text/css">
13 background-color: blue
;
21 background-color: green
;
27 <script type=
"text/javascript">
29 document
.getElementById('sibling2').style
.display
= 'block';
30 document
.documentElement
.removeAttribute('class');
32 document
.addEventListener('MozReftestInvalidate', test
);
36 <div id=
"sibling1"></div>
37 <div id=
"sibling2"></div>
38 <div id=
"sibling3"></div>