Add more extensive cross-origin tests for fullscreen
Categories
(Core :: DOM: Navigation, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: smacleod, Assigned: smacleod)
References
Details
Attachments
(3 files)
| Assignee | ||
Comment 1•5 years ago
|
||
In order to more thoroughly test fullscreen with Fission, this change
introduces a new WPT with a more complicated tree of cross-origin
iframes. This is a manual test since WPT can't fake user interaction
in a cross-origin iframe yet. Once this is supported it should be
possible to call requestFullscreen() in automation and convert
this test.
| Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 6•5 years ago
|
||
In order to more thoroughly test fullscreen with Fission, this change
introduces a new mochitest with a more complicated tree of
cross-origin iframes. The test ensures we're firing the proper events
in the correct documents, as well as setting and unsetting
document.fullscreenElement.
| Assignee | ||
Comment 7•5 years ago
|
||
This expands the current requestFullscreen() mochitest to check the
result of exiting fullscreen using the ESC key, since it follows a
separate code path from document.exitFullscreen().
Depends on D90928
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 9•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fae2017a1aa7
https://hg.mozilla.org/mozilla-central/rev/6d45a17995e2
Description
•