2 <html class=
"reftest-wait">
4 <style type=
"text/css">
5 #last-child, #separator
{
7 background-color: green
;
16 <script type=
"text/javascript">
18 document
.getElementById('last-child').style
.marginBottom
= '-10px';
19 document
.documentElement
.removeAttribute('class');
21 document
.addEventListener('MozReftestInvalidate', test
);
26 <div id=
"last-child"></div>
28 <div id=
"separator"></div>