RESOLVED FIXED298042
[ macOS, iOS Release ] http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is a flaky text failure
https://bugs.webkit.org/show_bug.cgi?id=298042
Summary [ macOS, iOS Release ] http/tests/security/clipboard/copy-paste-html-cross-or...
Bryan Medina
Reported 2025-08-28 10:44:16 PDT
http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is a flaky text failure occurring on macOS and iOS Release. HISTORY: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2Fclipboard%2Fcopy-paste-html-cross-origin-iframe-across-origin.html TEXT DIFF: **Diffs very slightly vary, but this is the most common appearing in all --- /Volumes/Data/worker/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin-expected.txt +++ /Volumes/Data/worker/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin-actual.txt @@ -22,12 +22,12 @@ PASS frames[0].imageWidth is 80 PASS new URL(frames[1].src).protocol is "http:" PASS frames[1].canAccessContentDocument is false -PASS new URL(frames[1].imageSrc).protocol is "http:" -PASS frames[1].imageWidth is 80 +FAIL new URL(frames[1].imageSrc).protocol should be http:. Was data:. +FAIL frames[1].imageWidth should be 80. Was 10. PASS new URL(frames[2].src).protocol is "http:" PASS frames[2].canAccessContentDocument is false -PASS new URL(frames[2].imageSrc).protocol is "data:" -PASS frames[2].imageWidth is 10 +FAIL new URL(frames[2].imageSrc).protocol should be data:. Was http:. +FAIL frames[2].imageWidth should be 10. Was 80. PASS new URL(frames[3].src).protocol is "http:" PASS frames[3].canAccessContentDocument is false PASS new URL(frames[3].imageSrc).protocol is "data:" TEXT DIFF URL: https://build.webkit.org/results/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/299189@main%20(2171)/http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin-diff.txt
Attachments
Radar WebKit Bug Importer
Comment 1 2025-08-28 10:44:34 PDT
Bryan Medina
Comment 2 2025-08-28 10:46:24 PDT
I was able to reproduce the text failure locally on my device running iOS 18 Simulator Release ToT using the following command: run-webkit-tests http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html --ipad-simulator --iterations=50
Bryan Medina
Comment 3 2025-08-28 10:52:35 PDT
It looks like this test has been flaky since it was introduced. I cannot seem to pin point a regression range.
EWS
Comment 4 2025-08-28 10:53:19 PDT
Test gardening commit 299264@main (a2c839920bc3): <https://commits.webkit.org/299264@main> Reviewed commits have been landed. Closing PR #50011 and removing active labels.
Charlie Wolfe
Comment 5 2026-01-05 14:57:08 PST
EWS
Comment 6 2026-01-06 12:55:58 PST
Committed 305169@main (11b19351f780): <https://commits.webkit.org/305169@main> Reviewed commits have been landed. Closing PR #56106 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.