Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5b1ce0d64d86f7877962a671ff822cc33eac1a67
https://github.com/WebKit/WebKit/commit/5b1ce0d64d86f7877962a671ff822cc33eac1a67
Author: Anthony Tarbinian <[email protected]>
Date: 2026-04-03 (Fri, 03 Apr 2026)
Changed paths:
M
LayoutTests/http/tests/security/file-system-access-via-dataTransfer-expected.txt
M LayoutTests/http/tests/security/file-system-access-via-dataTransfer.html
M LayoutTests/platform/ios-site-isolation/TestExpectations
M LayoutTests/platform/mac-site-isolation/TestExpectations
Log Message:
-----------
[Site Isolation] Fix
http/tests/security/file-system-access-via-dataTransfer.html
https://bugs.webkit.org/show_bug.cgi?id=311303
rdar://173894915
Reviewed by Sihui Liu.
With site isolation enabled, this test printed
out a 4th instance of "PASS Should not receive file"
after "TEST COMPLETE". This 4th log is not present
with site isolation disabled. I believe that it's
revelaing itself since finishJSTest is called
too early and the test running with site isolation
enabled is able to squeeze out an additional print.
Update the test so that with and without site isolation
enabled, this test prints 4 instances of
"PASS Should not receive file".
*
LayoutTests/http/tests/security/file-system-access-via-dataTransfer-expected.txt:
* LayoutTests/http/tests/security/file-system-access-via-dataTransfer.html:
* LayoutTests/platform/ios-site-isolation/TestExpectations:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
Canonical link: https://commits.webkit.org/310534@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications