| Summary: | [ wk2 ] imported/w3c/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/form-submit-button-click.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | akeerthi, cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=232448 | ||
|
Description
Ben Schwartz
2023-08-30 14:36:25 PDT
URL-DECODED TEXT DIFF: FAIL Replace before load, triggered by submitButton.click() assert_equals: expected "http://localhost:8800/common/blank.html?thereplacement=" but got "http://localhost:8800/html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/resources/code-injector.html?pipe=sub(none)&code= const form = document.createElement("form"); form.action = "/common/blank.html"; const input = document.createElement("input"); input.type = "hidden"; input.name = "thereplacement"; form.append(input); const button = document.createElement("button"); button.type = "submit"; form.append(button); document.currentScript.before(form); button.click(); " NOTE: this test fails on wk2, which includes gpuprocess. Test gardening commit 267467@main (fe37cf063898): <https://commits.webkit.org/267467@main> Reviewed commits have been landed. Closing PR #17248 and removing active labels. |