blob: d715d77a961a7a3912b8a05f2f2d45a1c981d197 [file] [edit]
<style>
br {
display: block;
}
</style>
<div><br id=br>PASS if no crash in release.</div><script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
setTimeout(function() {
br.style.position = "absolute";
document.execCommand("selectAll", false);
br.remove();
if (window.testRunner)
testRunner.notifyDone();
}, 0);
</script>