[wpt-sync] Sync PR 19267 - Fix xrWebGLLayer_constructor test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox71 fixed)
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19267 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19267
Details from upstream follow.
Alex Cooper <alcooper@chromium.org> wrote:
Fix xrWebGLLayer_constructor test
xrWebGLLayer_constructor was mistakenly updated to require user
activation though the spec does not explicitly require it in this case
since the inline session does not request any features. Even were it
to require this, the way that it was structured caused there to not be
a promise set when the ".then" was caused, giving a scrit error.This change essentially reverts WPT Commit 16d4388, and was discussed
with Mozilla when deciding which way to fix it.Bug:1007304
Change-Id: I824f63cb172aed5928c55224b31c00803b5ddaa2
Reviewed-on: https://chromium-review.googlesource.com/1822821
WPT-Export-Revision: df50d531063cdc8998112f73953fded5b194e198
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
| bugherder | ||
Description
•