forked from mirrors/gecko-dev
Bug 890760 - Add crashtest. r=me
This commit is contained in:
parent
192436e586
commit
8d5c88fd92
2 changed files with 15 additions and 0 deletions
14
accessible/tests/crashtests/890760.html
Normal file
14
accessible/tests/crashtests/890760.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
window.getSelection().collapse(document.createTextNode("."), 0);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="setTimeout(boom, 0);"></body>
|
||||
</html>
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
load 448064.xhtml # This test instantiates a11y, so be careful about adding tests before it
|
||||
load 471493.xul
|
||||
asserts-if(!browserIsRemote,2) load 884202.html
|
||||
load 890760.html
|
||||
load 893515.html
|
||||
load 1072792.xhtml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue