2 <html class=
"reftest-wait">
4 <style type=
"text/css">
8 background-color: green
;
13 height: 20px; width: 100px;
14 background-color: red
;
21 background-color: blue
;
25 <script type=
"text/javascript">
27 document
.getElementById('table').style
.display
= 'table';
28 document
.documentElement
.removeAttribute('class');
30 document
.addEventListener('MozReftestInvalidate', test
);
34 <div id=
"block1"></div>
35 <div id=
"table"></div>
36 <div id=
"block2"></div>