2 <style type=
"text/css">
12 <script type=
"text/javascript">
13 if (window
.testRunner
) {
14 testRunner
.waitUntilDone();
15 testRunner
.dumpAsText();
19 if (window
.testRunner
) {
20 testRunner
.notifyDone();
24 document
.getElementById('positioned').innerHTML
= '2';
25 document
.getElementById('positioned').style
.color
= 'red';
26 setTimeout('dumpTest()', 10);
28 window
.onload
= runTest
;
31 PASS, if no exception or crash in debug
32 <div class='inlineContainer'
>
34 <div id='positioned'
>div2
</div>