blob: 6af5cf254b9df35cbea1c6624ae19a554dc10e90 [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<p>Test case for
<a href="https://bugs.webkit.org/show_bug.cgi?id=32842"
>https://bugs.webkit.org/show_bug.cgi?id=26088</a>.
The test passes if there is no crash.
<TEXTAREA id="container">
sit
</TEXTAREA>down
<SCRIPT>
document.execCommand("FindString", true, "s");
document.execCommand("FindString", true, "n");
</SCRIPT>
<STYLE></STYLE>
<script type="text/javascript">
e=document.getElementById('container');
e.innerHTML="";
</script>