Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d3fea496c306631453134014105d0ccbc1299e2e
https://github.com/WebKit/WebKit/commit/d3fea496c306631453134014105d0ccbc1299e2e
Author: Ryosuke Niwa <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M
LayoutTests/editing/pasteboard/copy-text-from-uneditable-element-expected.txt
M LayoutTests/editing/pasteboard/copy-text-from-uneditable-element.html
M LayoutTests/platform/ios-site-isolation/TestExpectations
M LayoutTests/platform/mac-site-isolation/TestExpectations
Log Message:
-----------
[Site Isolation] editing/pasteboard/copy-text-from-uneditable-element.html
fails
https://bugs.webkit.org/show_bug.cgi?id=313343
Reviewed by Wenson Hsieh.
The failure was caused by the extra logging done in the script since
testRunner.notifyDone
does not synchronously end the test. Fixed the test by delaying
testRunner.notifyDone with
a 0s timer so that the output will be consistent with or without site isolation.
* LayoutTests/editing/pasteboard/copy-text-from-uneditable-element-expected.txt:
* LayoutTests/editing/pasteboard/copy-text-from-uneditable-element.html:
* LayoutTests/platform/ios-site-isolation/TestExpectations:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
Canonical link: https://commits.webkit.org/312051@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications