Bug 243332 - fast/events/ios/pdf-modifer-key-down-crash.html leaves an unfinished UIScript running
Summary: fast/events/ios/pdf-modifer-key-down-crash.html leaves an unfinished UIScript...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-28 20:07 PDT by Simon Fraser (smfr)
Modified: 2022-08-08 21:54 PDT (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 Simon Fraser (smfr) 2022-07-28 20:07:10 PDT
fast/events/ios/pdf-modifer-key-down-crash.html can leave a UIScript running after the test completes, because it does:

    testRunner.queueLoadingScript('setTimeout("history.back()", 0); testRunner.runUIScript(`uiController.keyDown("", ["leftCommand"])`, () => {});');
Comment 1 Radar WebKit Bug Importer 2022-08-04 20:08:15 PDT
<rdar://problem/98164628>
Comment 2 Simon Fraser (smfr) 2022-08-08 14:40:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3116
Comment 3 EWS 2022-08-08 21:54:56 PDT
Committed 253253@main (c1d267625fe4): <https://commits.webkit.org/253253@main>

Reviewed commits have been landed. Closing PR #3116 and removing active labels.