blob: d76af4834dea648f4a04be056452dd34c70bb460 [file] [log] [blame]
<!DOCTYPE html>
<div>The test passes if it doesn't crash</div>
<br>
<dialog id="dialog" style="position: relative">
<input>
<script>
dialog.show();
document.body.offsetTop; // force layout
dialog.close();
</script>