2 <html class=
"reftest-wait">
4 <style type=
"text/css">
6 background-color: green
;
16 background-color: green
;
20 <script type=
"text/javascript">
22 document
.getElementsByTagName('div')[1].style
.display
= 'block';
23 document
.documentElement
.removeAttribute('class');
25 document
.addEventListener('MozReftestInvalidate', test
);