Fission a11y: Make iframe tests run for both in-process and out-of-process iframes
Categories
(Core :: Disability Access APIs, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Jamie, Assigned: yzen)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Right now, Fission isn't enabled by default, but CI runs tests for both Fission disabled and Fission enabled. This means that the tests added in bug 1543575 for iframes will run for both in-process and out-of-process iframes. Once Fission is enabled by default, CI (probably?) won't run the tests with Fission disabled. However, we still want to exercise both in-process and out-of-process iframes, as the code paths are different internally but they should effectively behave the same way from an a11y client's perspective.
We should be able to modify our a11y browser test harness to run the iframe tests twice: once with a same-origin iframe (in-process) and once with a different-origin iframe (out-of-process).
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D53653
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5029ec6468df
https://hg.mozilla.org/mozilla-central/rev/857a699a8088
Description
•