Bug 231962 - [ iOS ] editing/selection/modal-dialog-select-paragraph.html is failing
Summary: [ iOS ] editing/selection/modal-dialog-select-paragraph.html is failing
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-19 09:49 PDT by ayumi_kojima
Modified: 2021-11-09 22:59 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-10-19 09:49:03 PDT
editing/selection/modal-dialog-select-paragraph.html

Is constantly failing on iOS 15.

History: https://results.webkit.org/?suite=layout-tests&test=editing%2Fselection%2Fmodal-dialog-select-paragraph.html

Result page: https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/r284442%20(226)/results.html#

Diff:

--- /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/editing/selection/modal-dialog-select-paragraph-expected.txt
+++ /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/editing/selection/modal-dialog-select-paragraph-actual.txt
@@ -1,3 +1,3 @@
 This text should be selectable with the mouse.
 
-PASS: all dialog text is selected
+FAIL: unexpected selection, got:

The test was added recently in https://trac.webkit.org/changeset/284366/webkit
Comment 1 Radar WebKit Bug Importer 2021-10-19 09:49:42 PDT
<rdar://problem/84419218>
Comment 2 ayumi_kojima 2021-10-19 09:50:32 PDT
The test is also failing on Windows.
Comment 3 ayumi_kojima 2021-10-19 09:54:38 PDT
Marked test expectations https://trac.webkit.org/changeset/284464/webkit
Comment 4 Ryan Haddad 2021-10-19 15:34:09 PDT
It looks like this test depends upon eventSender.mouse*, which we don't support in our iOS testing, so disabling it there is the right fix.
Comment 5 Tim Nguyen (:ntim) 2021-10-25 04:32:12 PDT
iOS failure is expected, given this tests mouse selection, not sure about the Windows one.
Comment 6 Tim Nguyen (:ntim) 2021-11-09 22:59:21 PST
iOS failure is expected, Windows is going to be fixed by bug 232911