[wpt-sync] Sync PR 26727 - FontAccess: Fail concurrent font chooser requests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox85 fixed)
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26727 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26727
Details from upstream follow.
b'Olivier Yiptong <oyiptong@chromium.org>' wrote:
FontAccess: Fail concurrent font chooser requests
This changes the behavior from concurrent font chooser requests all
returning the same data from a single chooser invocation to failing a
subsequent request.As implemented, the User Activation check will consume the activation,
failing any other in-flight requests.Fixed: 1149621
Change-Id: If14e7e12ff52967e8dc49c383a66da94995c9134
Reviewed-on: https://chromium-review.googlesource.com/2568931
WPT-Export-Revision: d43c690029b3b26b0fda4b2edb5807d303f0f98f
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/font-access/font_access-chooser-multiple.tentative.manual.https.html
showFontChooser multiple choosers: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ebb4c59bec11
https://hg.mozilla.org/mozilla-central/rev/8acda2d2038e
Description
•