2 <html class=
"reftest-wait">
4 <style type=
"text/css">
7 background-color: green
;
12 background-color: blue
;
15 <script type=
"text/javascript">
17 document
.getElementById('a').style
.marginBottom
= '-20px';
18 document
.documentElement
.removeAttribute('class');
20 document
.addEventListener('MozReftestInvalidate', test
);