[Webkit-unassigned] [Bug 260926] [ 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
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 30 14:38:20 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260926
--- Comment #2 from Ben Schwartz <ben_schwartz at apple.com> ---
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();
"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230830/313786b2/attachment.htm>
More information about the webkit-unassigned
mailing list