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