Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5fcd169275b2624ede7da271a7dde9017de49574
https://github.com/WebKit/WebKit/commit/5fcd169275b2624ede7da271a7dde9017de49574
Author: Ryosuke Niwa <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M LayoutTests/editing/undo/undo-with-disconnected-editable-element-crash.js
M LayoutTests/platform/ios-site-isolation/TestExpectations
M LayoutTests/platform/mac-site-isolation/TestExpectations
Log Message:
-----------
[Site Isolation]
editing/undo/undo-with-disconnected-editable-element-crash.html fails
https://bugs.webkit.org/show_bug.cgi?id=313336
Reviewed by Wenson Hsieh.
The failure was caused by the race between text getting via a DOM mutation and
testRunner.notifyDone ending the test. Fixed the test by clearing the document
contents before ending the test after 0s delay to stabilize the results.
* LayoutTests/editing/undo/undo-with-disconnected-editable-element-crash.js:
(window.parent.onwebkitanimationiteration):
* LayoutTests/platform/ios-site-isolation/TestExpectations:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
Canonical link: https://commits.webkit.org/312053@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications