blob: 77843a16a66660a984cad7df50910b3787e00a82 [file] [log] [blame]
<!DOCTYPE html>
<html>
Test passes if it does not crash.
<textarea id="A"></textarea>
<textarea id="B"></textarea>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
A.selectionStart = 0;
B.style.display = "none";
B.selectionStart = 0;
</script>
</html>