2 <html class=
"reftest-wait">
4 <!-- dbaron thinks the validity of this test is questionable, see
5 https://bugzilla.mozilla.org/show_bug.cgi?id=477462#c20 and #c21 -->
6 <style type=
"text/css">
12 display: table-caption
;
14 background-color: red
;
20 background-color: blue
;
24 display: table-caption
;
26 background-color: green
;
30 <script type=
"text/javascript">
32 document
.getElementById('caption2').style
.display
= 'table-caption';
33 document
.documentElement
.removeAttribute('class');
35 document
.addEventListener('MozReftestInvalidate', test
);
40 <div id=
"caption1"></div>
41 <div id=
"caption2"></div>
42 <div id=
"caption3"></div>