11 display: inline-block;
12 border:
1px solid black;
18 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
19 <script type=
"text/javascript">
20 if (window
.testRunner
)
21 testRunner
.waitUntilDone();
23 runAfterLayoutAndPaint(function() {
24 document
.body
.style
.height
= "300px";
25 document
.getElementById("div").style
.position
= "relative";
26 if (window
.testRunner
)
27 testRunner
.notifyDone();
33 <span>This text should be in a box
</span>