imported/w3c/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/location-setter.html Is a flaky text failure on iOS ToT and since introduced. HISTORY: https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/location-setter.html DIFF: @@ -1,7 +1,7 @@ CONSOLE MESSAGE: ReferenceError: Can't find variable: GET -PASS href -PASS search +FAIL href 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=location.href%20%3D%20%60%2Fcommon%2Fblank.html%3Fthereplacement%60%3B" +FAIL search assert_equals: expected "http://localhost:8800/html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/resources/code-injector.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=location.search%20%3D%20%60thereplacement%60%3B" PASS hash
<rdar://problem/99763706>
Looks like this is also flakily failing on macOS wk2 but much less frequently.
This issue can be bisected to 253099@main using command: run-webkit-tests -f --exit-after-n-failures 1 --force --child-processes=5 --iterations=500 --ios-simulator --release imported/w3c/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/replace-before-load/location-setter.html
Test gardening commit 254336@main (f2b484e0e0c4): <https://commits.webkit.org/254336@main> Reviewed commits have been landed. Closing PR #4203 and removing active labels.