[wpt-sync] Sync PR 30417 - test web-share on non-fully-active docs
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30417 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30417
Details from upstream follow.
b'Marcos C\xc3\xa1ceres <marcos@marcosc.com>' wrote:
test web-share on non-fully-active docs
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
FAIL: 3
Chrome
OK : 1
FAIL: 3
Safari
OK : 1
PASS: 1
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/web-share/test-fully-active.https.html
calling share() on non-fully active document returns a promise rejected with InvalidStateError: FAIL (Chrome: FAIL, Safari: FAIL)
calling share() with transient activation on non-fully active document returns a promise rejected with InvalidStateError: FAIL (Chrome: FAIL, Safari: FAIL)
calling canShare() on a non-fully active document returns false: FAIL (Chrome: FAIL, Safari: PASS)
Partially fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1730324
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fbee80adc4c5
https://hg.mozilla.org/mozilla-central/rev/1c3fce82135d
Description
•