| Summary: | fast/events/ios/pdf-modifer-key-down-crash.html leaves an unfinished UIScript running | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=236794 | ||
Pull request: https://github.com/WebKit/WebKit/pull/3116 Committed 253253@main (c1d267625fe4): <https://commits.webkit.org/253253@main> Reviewed commits have been landed. Closing PR #3116 and removing active labels. |
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"])`, () => {});');