Bug 1386807 - Part 4: Add hidden WebExtension window to a11y tests to make them pass r=eeejay

This is actually a workaround for the test not ignoring hidden windows. There is
ongoing work in bug 1440106 that will get rid of this issue altogether, but
for now, we need to add hidden windows ourselves.

MozReview-Commit-ID: 2rQoz4KLHv3

--HG--
extra : rebase_source : 265fcd5755339493f320357553407edc33093376
This commit is contained in:
Dennis Schubert 2018-04-25 16:47:30 +02:00
Родитель c4990861bf
Коммит 7aaabd7789
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -73,6 +73,9 @@
{ {
role: ROLE_CHROME_WINDOW role: ROLE_CHROME_WINDOW
}, },
{
role: ROLE_CHROME_WINDOW
},
{ {
role: ROLE_CHROME_WINDOW role: ROLE_CHROME_WINDOW
} }

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

@ -89,6 +89,9 @@
{ {
role: ROLE_CHROME_WINDOW role: ROLE_CHROME_WINDOW
}, },
{
role: ROLE_CHROME_WINDOW
},
{ {
role: ROLE_CHROME_WINDOW role: ROLE_CHROME_WINDOW
} }