2 <html class=
"reftest-wait">
4 <style type=
"text/css">
6 margin: 0; padding: 5px;
10 background-color: green
;
20 <script type=
"text/javascript">
22 document
.getElementById('negative').style
.display
= 'block';
23 document
.documentElement
.removeAttribute('class');
25 document
.addEventListener('MozReftestInvalidate', test
);
29 <div id=
"positive"></div>
30 <div id=
"negative"></div>