Bug 231962
Summary: | [ iOS ] editing/selection/modal-dialog-select-paragraph.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | ayumi_kojima |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ben_schwartz, koivisto, ntim, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=231741 |
ayumi_kojima
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84419218>
ayumi_kojima
The test is also failing on Windows.
ayumi_kojima
Marked test expectations https://trac.webkit.org/changeset/284464/webkit
Ryan Haddad
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.
Tim Nguyen (:ntim)
iOS failure is expected, given this tests mouse selection, not sure about the Windows one.
Tim Nguyen (:ntim)
iOS failure is expected, Windows is going to be fixed by bug 232911
Ben Schwartz
Skipping per Tim's and Ryan's comments.
EWS
Test gardening commit 280252@main (0cd2f55fd191): <https://commits.webkit.org/280252@main>
Reviewed commits have been landed. Closing PR #30048 and removing active labels.