Crash test for bug 517968.

This commit is contained in:
Paul Nickerson 2009-10-02 15:53:01 +02:00
parent 30f20f9bc8
commit 8d9e80d8de
2 changed files with 7 additions and 0 deletions
layout/generic/crashtests

View File

@ -0,0 +1,6 @@
<script>
var rng = document.createRange();
window.getSelection()["addRange"](rng);
window.getSelection()["addRange"](rng);
window.getSelection()["addRange"](rng);
</script>

View File

@ -271,3 +271,4 @@ load 508908-1.html
load 505912-1.html
# load 508115-1.html
load 511482.html
load 517968.html