1 <html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
3 <style type=
"text/css">
8 background-color: white
;
11 background-color: red
;
16 background-color: green
;
21 <script type=
"text/javascript">
23 document
.getElementsByTagName('div')[0].style
.display
= 'block';
24 document
.documentElement
.removeAttribute('class');
26 document
.addEventListener('MozReftestInvalidate', test
, false);