imported/w3c/web-platform-tests/dom/events/focus-event-document-move.html is a constant text failure on iOS, and iOS EWS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fdom%2Fevents%2Ffocus-event-document-move.html DIFF URL: https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-GPUProcess-WK2-Tests/r287921%20(188)/imported/w3c/web-platform-tests/dom/events/focus-event-document-move-pretty-diff.html DIFF TEXT: +Click me -PASS Moving a node during mousedown should not crash +FAIL Moving a node during mousedown should not crash assert_equals: expected Element node <div id="click" onmousedown="handleDown(this)">Click me</... but got null
Added [ Failure ] expectations here to speed up iOS EWS queues: https://trac.webkit.org/changeset/287947/webkit
It looks like this was recently imported in https://trac.webkit.org/changeset/287788/webkit and has been failing on iOS from the start, maybe because of mouse/pointer events?
<rdar://problem/87524787>
Committed r288248 (246201@trunk): <https://commits.webkit.org/246201@trunk>
(In reply to Chris Dumez from comment #4) > Committed r288248 (246201@trunk): <https://commits.webkit.org/246201@trunk> This seems to have made it worst again for iOS EWS. This test has been consistently failing on iOS EWS since r288248. e.g.: https://ews-build.s3-us-west-2.amazonaws.com/iOS-15-Simulator-WK2-Tests-EWS/r449651-6189-clean-tree/results.html History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fdom%2Fevents%2Ffocus-event-document-move.html
LayoutTests//platform/ios/imported/w3c/dom/events/focus-event-document-move- should be LayoutTests//platform/ios/imported/w3c/web-platform-tests/dom/events/focus-event- Sorry.
(In reply to Chris Dumez from comment #6) > LayoutTests//platform/ios/imported/w3c/dom/events/focus-event-document-move- > > should be > > LayoutTests//platform/ios/imported/w3c/web-platform-tests/dom/events/focus- > event- > > Sorry. Robert says he is fixing it.
Committed here: https://trac.webkit.org/changeset/288370/webkit That should fix it. I'll keep an eye on it.