| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <!-- This tests that multiple sibling anonymous blocks with the same de-facto inline parent all respect its relative positioning. --> |
| <title>CSS Test: Block boxes within inline boxes are affected by positioning</title> |
| <script type="text/javascript"> |
| testRunner.waitUntilDone(); |
| document.getElementById("div2").style.position = "relative"; |
| <body onload="setTimeout('run()', 10);"> |
| <p>Test passes if each of the orange boxes is sandwiched between two blue boxes and all blue and orange boxes are below the big yellow box.</p> |
| <div id="div3">Filler Text</div> |
| <div id="div3">Filler Text</div> |
| <div id="div3">Filler Text</div> |