blob: 6bafbb9f2564bea51bd673629c9cc21bad5337a5 [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.layoutTestController)
layoutTestController.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("InsertUnorderedList", true, null);
</script>
</html>