Bug 235150

Summary: [ iOS EWS ] imported/w3c/web-platform-tests/dom/events/focus-event-document-move.html is a constant text failure
Product: WebKit Reporter: Robert Jenner <jenner>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, cdumez, jenner, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Robert Jenner 2022-01-12 12:42:04 PST
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
Comment 1 Robert Jenner 2022-01-12 12:57:05 PST
Added [ Failure ] expectations here to speed up iOS EWS queues:

https://trac.webkit.org/changeset/287947/webkit
Comment 2 Ryan Haddad 2022-01-12 14:44:34 PST
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?
Comment 3 Radar WebKit Bug Importer 2022-01-12 18:16:06 PST
<rdar://problem/87524787>
Comment 4 Chris Dumez 2022-01-19 15:54:00 PST
Committed r288248 (246201@trunk): <https://commits.webkit.org/246201@trunk>
Comment 6 Chris Dumez 2022-01-21 12:49:19 PST
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.
Comment 7 Chris Dumez 2022-01-21 13:02:54 PST
(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.
Comment 8 Robert Jenner 2022-01-21 13:04:08 PST
Committed here: https://trac.webkit.org/changeset/288370/webkit

That should fix it. I'll keep an eye on it.