2 <html class=
"reftest-wait">
4 <style type=
"text/css">
7 background-color: green
;
13 background-color: green
;
17 background-color: lightgreen
;
20 <script type=
"text/javascript">
22 document
.getElementById('child').style
.margin
= '40px 0';
23 document
.documentElement
.removeAttribute('class');
25 document
.addEventListener('MozReftestInvalidate', test
);
29 <div id=
"separator"></div>
31 <div id=
"child"></div>