Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 64a80d85a39351213591619886c75e6debe4f03f
https://github.com/WebKit/WebKit/commit/64a80d85a39351213591619886c75e6debe4f03f
Author: Ryosuke Niwa <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M LayoutTests/editing/execCommand/delete-no-scroll-expected.txt
M LayoutTests/editing/execCommand/delete-no-scroll.html
Log Message:
-----------
[Site Isolation] editing/execCommand/delete-no-scroll.html fails
https://bugs.webkit.org/show_bug.cgi?id=313341
Reviewed by Anne van Kesteren.
The failure is caused by document.write after testRunner.notifyDone having an
effect
only under site isolation since testRunner.notifyDone is now asynchronous.
It's arguably bug that the test doesn't tell us whether it had passed or not.
Fixed the test by always running alert and avoid calling document.write after
calling
testRunner.notifyDone.
* LayoutTests/editing/execCommand/delete-no-scroll-expected.txt:
* LayoutTests/editing/execCommand/delete-no-scroll.html:
Canonical link: https://commits.webkit.org/312047@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications