Bug 264917 - Web Inspector: update test to actually evaluate promise from iframe
Summary: Web Inspector: update test to actually evaluate promise from iframe
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-15 18:37 PST by Yury Semikhatsky
Modified: 2023-11-16 09:23 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2023-11-15 18:37:49 PST
AwaitPromiseFromAnotherFrame is supposed to test behavior for a Promise instance created in an iframe. Wrapping it into an async function changes the behavior in a way that a new promise is created in the calling context when the function is called.
Comment 1 Yury Semikhatsky 2023-11-15 18:40:26 PST
Pull request: https://github.com/WebKit/WebKit/pull/20579
Comment 2 EWS 2023-11-16 09:22:09 PST
Committed 270830@main (b6955d53f2d3): <https://commits.webkit.org/270830@main>

Reviewed commits have been landed. Closing PR #20579 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-11-16 09:23:14 PST
<rdar://problem/118514384>