mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
Crash test for bug 517968.
This commit is contained in:
parent
30f20f9bc8
commit
8d9e80d8de
layout/generic/crashtests
6
layout/generic/crashtests/517968.html
Normal file
6
layout/generic/crashtests/517968.html
Normal file
@ -0,0 +1,6 @@
|
||||
<script>
|
||||
var rng = document.createRange();
|
||||
window.getSelection()["addRange"](rng);
|
||||
window.getSelection()["addRange"](rng);
|
||||
window.getSelection()["addRange"](rng);
|
||||
</script>
|
@ -271,3 +271,4 @@ load 508908-1.html
|
||||
load 505912-1.html
|
||||
# load 508115-1.html
|
||||
load 511482.html
|
||||
load 517968.html
|
||||
|
Loading…
Reference in New Issue
Block a user