Bug 1072792 - Add crashtest. r=me

This commit is contained in:
Jesse Ruderman 2017-10-25 14:58:32 -04:00
parent 006061ed6c
commit 99162ca8ca
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="document.body.appendChild(x);">
<table><tbody><div id="x"></div></tbody></table>
</body>
</html>

View File

@ -2,6 +2,7 @@ load 448064.xhtml # This test instantiates a11y, so be careful about adding test
load 471493.xul
asserts-if(!browserIsRemote,2) load 884202.html
load 893515.html
load 1072792.xhtml
# last_test_to_unload_testsuite.xul MUST be the last test in the list because it
# is responsible for shutting down accessibility service affecting later tests.