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 |
Robert Jenner
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Jenner
Added [ Failure ] expectations here to speed up iOS EWS queues:
https://trac.webkit.org/changeset/287947/webkit
Ryan Haddad
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?
Radar WebKit Bug Importer
<rdar://problem/87524787>
Chris Dumez
Committed r288248 (246201@trunk): <https://commits.webkit.org/246201@trunk>
Aakash Jain
(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
Chris Dumez
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.
Chris Dumez
(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.
Robert Jenner
Committed here: https://trac.webkit.org/changeset/288370/webkit
That should fix it. I'll keep an eye on it.