RESOLVED FIXED 234014
REGRESSION (r286632): [iOS] 3 editing/pasteboard/dom-paste/ are failing
https://bugs.webkit.org/show_bug.cgi?id=234014
Summary REGRESSION (r286632): [iOS] 3 editing/pasteboard/dom-paste/ are failing
Truitt Savell
Reported 2021-12-08 10:05:44 PST
It looks like the changes in https://trac.webkit.org/changeset/286632/webkit broke 3 pasteboard tests on iOS 15 editing/pasteboard/dom-paste/dom-paste-confirmation.html editing/pasteboard/dom-paste/dom-paste-consecutive-confirmations.html editing/pasteboard/dom-paste/dom-paste-requires-user-gesture.html History: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=editing%2Fpasteboard%2Fdom-paste%2Fdom-paste-consecutive-confirmations.html&test=editing%2Fpasteboard%2Fdom-paste%2Fdom-paste-requires-user-gesture.html&test=fast%2Fforms%2Fios%2Ffocus-select-and-switch-tabs.html&platform=ios Diff example: --- /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/editing/pasteboard/dom-paste/dom-paste-confirmation-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/editing/pasteboard/dom-paste/dom-paste-confirmation-actual.txt @@ -1,5 +1,5 @@ -Click here to copy -Click here to copy + + Verifies that a menu is shown when the page programmatically triggers paste, and that selecting Paste in the menu allows the paste to happen. To manually test, click or tap the text on the bottom, click or tap the editable area above, and then select 'Paste' in the resulting menu. The text 'Click here to copy' should be pasted twice in the editable area. @@ -7,12 +7,13 @@ PASS document.queryCommandSupported('Paste') is true PASS document.queryCommandEnabled('Paste') is true -PASS event.clipboardData.getData('text/plain') is "Click here to copy" +FAIL event.clipboardData.getData('text/plain') should be Click here to copy. Was . PASS document.execCommand('Paste') is true -PASS event.clipboardData.getData('text/plain') is "Click here to copy" +FAIL event.clipboardData.getData('text/plain') should be Click here to copy. Was . PASS document.execCommand('Paste') is true -PASS editor.textContent is "Click here to copyClick here to copy" +FAIL editor.textContent should be Click here to copyClick here to copy. Was . PASS successfullyParsed is true +Some tests failed. TEST COMPLETE
Attachments
Radar WebKit Bug Importer
Comment 1 2021-12-08 10:06:07 PST
Truitt Savell
Comment 2 2021-12-08 12:37:44 PST
Note You need to log in before you can comment on or make changes to this bug.