2 <html class=
"reftest-wait">
4 <style type=
"text/css">
7 background-color: green
;
20 background-color: blue
;
26 <script type=
"text/javascript">
28 document
.getElementById('caption').style
.display
= 'table-caption';
29 document
.documentElement
.removeAttribute('class');
31 document
.addEventListener('MozReftestInvalidate', test
);
35 <div id=
"block1"></div>
37 <div id=
"caption"></div>
39 <div id=
"block2"></div>