haikuwebkit/LayoutTests/fast/inline/inline-box-adjust-position-...

25 lines
405 B
HTML

<html>
<style>
div {
display: inline-block;
width: 1px;
height: 1px;
}
</style>
<div>
<br><br>
</div>
<div style="overflow: auto">
<br><br>
PASS
</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("InsertUnorderedList", true, null);
</script>
</html>