blob: 24ce2066bfa3bf7b132d04a5242b293275431336 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<b>PASS if<div></div> no crash.<div></div>foobar</b><div></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("RemoveFormat", true, "Arial");
</script>
</body>
</html>