Bug 302330
| Summary: | [WPT][WebXR] the promise test in webxr/hit-test/ar_hittest_subscription_states_regular.https.html doesn't work as expected | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | WebXR | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | djg, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/55991 | ||
| Bug Depends on: | |||
| Bug Blocks: | 300754 | ||
Fujii Hironori
[WPT][WebXR] the promise test in webxr/hit-test/ar_hittest_subscription_states_regular.https.html doesn't work as expected
In this test case, both requestReferenceSpace and requestHitTestSource return a promise.
These promises should be chained properly by using `then`.
However, the second promise was not chained, but using the second `then` inside the first `then`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/53743
EWS
Committed 302876@main (104bb9f0be1f): <https://commits.webkit.org/302876@main>
Reviewed commits have been landed. Closing PR #53743 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/164520750>