blob: 235184b96e56d59b4fef77954fa60e8a30dbeb23 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
:last-child {float:left;}
</style>
</head>
<body>
This test passes if it doesn't crash.
<nav></nav>
<br>
<article>
<pre></pre>
<br>
<content>
<br>
<select></select>
<script id="webtest14">
document.body.contentEditable = "true";
document.execCommand("SelectAll");
document.execCommand("StrikeThrough");
if (window.testRunner)
testRunner.dumpAsText();
</script>
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAC
</body>
</html>