[wpt-sync] Sync PR 32839 - App history: add a bit more transitionWhile() test coverage
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox100 fixed)
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32839 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32839
Details from upstream follow.
Domenic Denicola <domenic@chromium.org> wrote:
App history: add a bit more transitionWhile() test coverage
Bug: 1183545
Change-Id: I05a774757e3b48706cf68963693a0beb8367cdc7
Reviewed-on: https://chromium-review.googlesource.com/3461869
WPT-Export-Revision: 11807d01223d1b4c75a5d273905f74d0492e154a
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK : 3
FAIL: 3
Chrome
OK : 3
PASS: 3
Safari
OK : 3
FAIL: 3
Links
Details
New Tests That Don't Pass
/app-history/navigate-event/transitionWhile-after-dispatch.html
AppHistoryNavigateEvent's transitionWhile() throws if used after the dispatch phase: FAIL (Chrome: PASS, Safari: FAIL)
/app-history/navigate-event/transitionWhile-canceled-event.html
AppHistoryNavigateEvent's transitionWhile() throws if used on a canceled event: FAIL (Chrome: PASS, Safari: FAIL)
/app-history/navigate-event/transitionWhile-detach.html
AppHistoryNavigateEvent's transitionWhile() throws if used on an event from a detached iframe: FAIL (Chrome: PASS, Safari: FAIL)
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6ce2d0411d92
https://hg.mozilla.org/mozilla-central/rev/ee4798b2ebf7
Description
•