2 <html class=
"reftest-wait">
4 <style type=
"text/css">
6 background-color: green
;
18 background-color: green
;
21 <script type=
"text/javascript">
23 document
.getElementById('last-child').style
.marginBottom
= '40px';
24 document
.documentElement
.removeAttribute('class');
26 document
.addEventListener('MozReftestInvalidate', test
);
31 <div id=
"first-child"></div>
32 <div id=
"last-child"></div>
34 <div id=
"separator"></div>