Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3cfb4baa52af582ace8ea8012c82c343962bab11
https://github.com/WebKit/WebKit/commit/3cfb4baa52af582ace8ea8012c82c343962bab11
Author: Cole Carley <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M LayoutTests/fast/scrolling/mac/nested-overflow-proxy-node.html
M LayoutTests/platform/mac-site-isolation/TestExpectations
Log Message:
-----------
[Site Isolation] fast/scrolling/mac/nested-overflow-proxy-node.html fails
https://bugs.webkit.org/show_bug.cgi?id=314233
rdar://176394945
Reviewed by Ryosuke Niwa.
The test is showing additional lines that say "TEST COMPLETE"
and "PASS successfullyParsed is true" from the second call to
finishJSTest.
Without site isolation, the first call to finishJSTest reports it's
messages and ends the test before the second call to finishJSTest.
In the site isolation case, the additional IPC overhead allows for both
functions to report their messages.
To fix this issue, I removed the first redundant call to finishJSTest.
* LayoutTests/fast/scrolling/mac/nested-overflow-proxy-node.html:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
Canonical link: https://commits.webkit.org/312806@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications