Bug 1576709 - Add crash test for bug 1572811. r=Jamie

Differential Revision: https://phabricator.services.mozilla.com/D43499

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Eitan Isaacson 2019-08-26 23:12:27 +00:00
Родитель 8593d6d908
Коммит b62f296126
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,9 @@
<script>
function go() {
a.style.overflow = "auto";
}
</script>
<body onload=go()>
<table id="a" background="3">
<th>
<textarea style="position:absolute">A</textarea>

Просмотреть файл

@ -1,6 +1,7 @@
load 448064.xhtml # This test instantiates a11y, so be careful about adding tests before it
load chrome://reftest/content/crashtests/accessible/tests/crashtests/471493.xul
asserts-if(!browserIsRemote,2) load 884202.html
load 1572811.html
load 890760.html
load 893515.html
load 1072792.xhtml