Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 11b19351f780a5c7d0f5cb2c44c2506a8ef256e9
https://github.com/WebKit/WebKit/commit/11b19351f780a5c7d0f5cb2c44c2506a8ef256e9
Author: Charlie Wolfe <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
M
LayoutTests/http/tests/security/clipboard/resources/subdirectory/paste-html.html
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac/TestExpectations
Log Message:
-----------
[ 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
rdar://159374149
Reviewed by Pascoe.
This test pushed contentLoaded messages into an array in arrival order, then
matched them to iframes by
index. We can't rely on the load order of the iframes, so the data was being
mismatched.
This change fixes this by using a Map keyed by the iframe DOM element to ensure
we comparing the iframes
correctly.
*
LayoutTests/http/tests/security/clipboard/resources/subdirectory/paste-html.html:
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
Canonical link: https://commits.webkit.org/305169@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications