2 <html class=
"reftest-wait">
4 <style type=
"text/css">
5 #separator, #first-child
{
7 background-color: green
;
17 <script type=
"text/javascript">
19 document
.getElementById('first-child').style
.display
= 'block';
20 document
.documentElement
.removeAttribute('class');
22 document
.addEventListener('MozReftestInvalidate', test
);
26 <div id=
"separator"></div>
28 <div id=
"first-child"></div>