Bug 244885 - Rebaseline (254131@main ): [ macOS wk1 ] fast/events/input-events-insert-by-drop.html is a consistent failure
Summary: Rebaseline (254131@main ): [ macOS wk1 ] fast/events/input-events-insert-by-d...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-07 05:09 PDT by Karl Rackler
Modified: 2022-09-07 07:05 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2022-09-07 05:09:22 PDT
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)
Comment 1 Radar WebKit Bug Importer 2022-09-07 05:09:43 PDT
<rdar://problem/99645153>
Comment 2 Karl Rackler 2022-09-07 05:18:08 PDT
Rebaseline test
Comment 3 Karl Rackler 2022-09-07 05:28:55 PDT
https://github.com/WebKit/WebKit/pull/4092
Comment 4 EWS 2022-09-07 05:29:22 PDT
Test gardening commit 254224@main (0b07da0cdc0c): <https://commits.webkit.org/254224@main>

Reviewed commits have been landed. Closing PR #4092 and removing active labels.
Comment 5 Karl Rackler 2022-09-07 07:05:12 PDT
Verified test is consistently passing after rebaseline landed at 254224@main.