Bug 244885
| Summary: | Rebaseline (254131@main ): [ macOS wk1 ] fast/events/input-events-insert-by-drop.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | rniwa, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
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)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99645153>
Karl Rackler
Rebaseline test
Karl Rackler
https://github.com/WebKit/WebKit/pull/4092
EWS
Test gardening commit 254224@main (0b07da0cdc0c): <https://commits.webkit.org/254224@main>
Reviewed commits have been landed. Closing PR #4092 and removing active labels.
Karl Rackler
Verified test is consistently passing after rebaseline landed at 254224@main.