4 <title>Crash on
"createLink" execCommand with plaintext-only
</title>
7 testRunner
.dumpAsText();
10 <body contentEditable
>
11 <div contentEditable=
"plaintext-only">PASS if the browser did not crash.
</div>
13 document
.execCommand("selectAll");
14 document
.execCommand("createLink", false, ".");