2 <html class=
"reftest-wait">
4 <style type=
"text/css">
7 background-color: lightgreen
;
9 #inline-block1, #inline-block2
{
10 height: 2em; width: 200px;
11 background-color: green
;
12 vertical-align: bottom
;
21 <script type=
"text/javascript">
23 document
.getElementById('inline-block1').style
.display
= 'inline-block';
24 document
.getElementById('inline-block2').style
.display
= 'inline-block';
25 document
.documentElement
.removeAttribute('class');
27 document
.addEventListener('MozReftestInvalidate', test
);
32 <div id=
"inline-block1"></div>
33 <div id=
"inline-block2"></div>