Closed
Bug 1488286
Opened 6 years ago
Closed 6 years ago
Fix accessibility tests to not rely on an implicitly loaded about:blank document
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
A bunch of the remaining orange on https://treeherder.mozilla.org/#/jobs?repo=try&revision=2e3207a1ea6f9469ffc9f00fd08a410d40663890&selectedJob=196848917 is a result of the a11y tests no longer loading an initial about:blank, when they assume they can just modify an initial document that loads in the new window (synchronously).
There's a patch in bug 1397365 with r+ that addresses this by making those tests load a data: URI instead. I'm using this bug to land that change separately.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/574af1378a60
Use a dummy data: URI as a default URL for accessibility tests. r=mconley
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•