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