Bug 298042
| Summary: | [ macOS, iOS Release ] http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is a flaky text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | HTML Editing | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/159374149>
Bryan Medina
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
It looks like this test has been flaky since it was introduced. I cannot seem to pin point a regression range.
EWS
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
Pull request: https://github.com/WebKit/WebKit/pull/56106
EWS
Committed 305169@main (11b19351f780): <https://commits.webkit.org/305169@main>
Reviewed commits have been landed. Closing PR #56106 and removing active labels.