Description: fast/events/input-events-insert-by-drop.html The test was consistently passing until 254131@main, when it began to fail consistently. At 254131@main, the test was updated, adding isComposing boolean to InputEvent and InputEventInit, but it did not appear to have been rebaselined. History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Finput-events-insert-by-drop.html&platform=mac&flavor=wk1 Diff: --- /Volumes/Data/worker/Apple-Monterey-Release-WK1-Tests/build/layout-test-results/fast/events/input-events-insert-by-drop-expected.txt +++ /Volumes/Data/worker/Apple-Monterey-Release-WK1-Tests/build/layout-test-results/fast/events/input-events-insert-by-drop-actual.txt @@ -3,8 +3,8 @@ WebKit WebKit -(richDestination): type=beforeinput, inputType=insertFromDrop, data="null" dataTransfer={rich:WebKit plain:WebKit} -(richDestination): type=input, inputType=insertFromDrop, data="null" dataTransfer={rich:WebKit plain:WebKit} -(plainDestination): type=beforeinput, inputType=insertFromDrop, data="WebKit" dataTransfer=(null) -(plainDestination): type=input, inputType=insertFromDrop, data="WebKit" dataTransfer=(null) +(richDestination): type=beforeinput, inputType=insertFromDrop, data="null" dataTransfer={rich:WebKit plain:WebKit} isComposing=(null) +(richDestination): type=input, inputType=insertFromDrop, data="null" dataTransfer={rich:WebKit plain:WebKit} isComposing=(null) +(plainDestination): type=beforeinput, inputType=insertFromDrop, data="WebKit" dataTransfer=(null) isComposing=(null) +(plainDestination): type=input, inputType=insertFromDrop, data="WebKit" dataTransfer=(null) isComposing=(null)
<rdar://problem/99645153>
Rebaseline test
https://github.com/WebKit/WebKit/pull/4092
Test gardening commit 254224@main (0b07da0cdc0c): <https://commits.webkit.org/254224@main> Reviewed commits have been landed. Closing PR #4092 and removing active labels.
Verified test is consistently passing after rebaseline landed at 254224@main.