зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
8593d6d908
Коммит
b62f296126
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче