2 <html class=
"reftest-wait">
4 <style type=
"text/css">
7 background-color: green
;
23 background-color: blue
;
29 background-color: orange
;
32 <script type=
"text/javascript">
34 document
.getElementById('caption').style
.display
= 'table-caption';
35 document
.documentElement
.removeAttribute('class');
37 document
.addEventListener('MozReftestInvalidate', test
);
41 <div id=
"block1"></div>
43 <div id=
"caption"></div>
46 <div id=
"block2"></div>