2 <html class=
"reftest-wait">
4 <style type=
"text/css">
9 background-color: white
;
13 background-color: red
;
18 background-color: green
;
23 <script type=
"text/javascript">
25 document
.getElementsByTagName('div')[0].style
.display
= 'block';
26 document
.documentElement
.removeAttribute('class');
28 document
.addEventListener('MozReftestInvalidate', test
);