blob: a69d1c2d45af27c3b8975e47114e1401effbc90e [file] [log] [blame]
<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>