Closed
Bug 1494237
Opened 6 years ago
Closed 6 years ago
[meta] Fix web-platform test failures of Fullscreen API
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1494236
People
(Reporter: xidorn, Unassigned)
Details
(Keywords: meta)
Most of the tests are currently manual tests due to lack of user interaction support.
Failures on manual tests are:
exitFullscreen should be async (bug 1492732):
* fullscreen/api/document-exit-fullscreen-nested-manual.html
resize event alignment (bug 1492748):
* fullscreen/api/document-exit-fullscreen-timing-manual.html
* fullscreen/api/element-request-fullscreen-timing-manual.html
hierarchy restriction ( whatwg/fullscreen#140 ):
* fullscreen/api/element-ready-check-fullscreen-element-sibling-manual.html
* fullscreen/api/element-request-fullscreen-non-top-manual.html
* fullscreen/api/element-request-fullscreen-two-elements-manual.html
<dialog> support (bug 840640):
* fullscreen/api/element-request-fullscreen-dialog-manual.html
remove element cause completely exit fullscreen (we don't have consensus here):
* fullscreen/model/remove-last-manual.html
There are several tests affected by bug 1493878 which caused them to timeout. The list above are the situation with that issue worked around in web-platform-tests/wpt#13102.
In addition to manual tests, there are two automatic tests are still failing:
FullscreenOptions with navigationUI (bug 1492081):
* fullscreen/api/element-request-fullscreen-options.html
Remove prefixed Fullscreen API (bug 1249225):
* fullscreen/api/historical.html
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•6 years ago
|
||
Sorry that somehow I filed duplicate bugs :/
Updated•3 years ago
|
status-firefox64:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•