blob: c262bc2633c10d5ca864ceceace9bccf2190dc63 [file] [log] [blame]
<style>
* { -webkit-appearance:default-button; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.addEventListener("DOMNodeRemoved", function () {
document.designMode = document.designMode == "on" ? "off" : "on";
document.execCommand("SelectAll");
});
document.addEventListener("DOMFocusIn", function () {
document.execCommand('InsertText');
console.log("The test PASS if it does not CRASH.");
});
window.onload = function() {
document.getElementsByTagName("div")[0].remove();
};
</script>
<div>
<textarea></textarea>
</div>
<table frame="vsides">
<tr></tr>
</table>