Bug 307451
| Summary: | REGRESSION(305917@main): [iOS] imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional.html is a constant text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional.html is a constant text failure on iPad iOS26.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fforms%2Fthe-select-element%2Fcustomizable-select%2Fselect-keyboard-behavior.optional.html&model=iPad%20(9th%20generation)&recent=false
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iPadOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional-actual.txt
@@ -2,12 +2,12 @@
FAIL defaultbutton: When the listbox is closed, spacebar should open the listbox. assert_true: The select should be open after pressing space. expected true got false
FAIL defaultbutton: When the listbox is closed, all arrow keys should open the listbox. assert_true: Arrow left should open the listbox. expected true got false
-FAIL defaultbutton: When the listbox is closed, the enter key should not trigger form submission. assert_true: Enter should open the listbox on non-Mac platforms. expected true got false
+PASS defaultbutton: When the listbox is closed, the enter key should not trigger form submission.
FAIL defaultbutton: When the listbox is open, the enter key should commit the selected option. assert_true: The select should open when clicked. expected true got false
FAIL defaultbutton: When the listbox is open, the tab key should close the listbox. assert_true: Space should open the listbox. expected true got false
FAIL custombutton: When the listbox is closed, spacebar should open the listbox. assert_true: The select should be open after pressing space. expected true got false
FAIL custombutton: When the listbox is closed, all arrow keys should open the listbox. assert_true: Arrow left should open the listbox. expected true got false
-FAIL custombutton: When the listbox is closed, the enter key should not trigger form submission. assert_true: Enter should open the listbox on non-Mac platforms. expected true got false
+PASS custombutton: When the listbox is closed, the enter key should not trigger form submission.
FAIL custombutton: When the listbox is open, the enter key should commit the selected option. assert_true: The select should open when clicked. expected true got false
FAIL custombutton: When the listbox is open, the tab key should close the listbox. assert_true: Space should open the listbox. expected true got false
DIFF URL:
https://build.webkit.org/results/Apple-iPadOS-26-Simulator-Release-WK2-Tests/307166@main%20(1032)/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional-pretty-diff.html
REPRODUCTION
I was able to reproduce the failure with the following on iPad Simulator running iOS26.2 ToT with the following:
run-webkit-tests --ios-simulator --force --child-processes=1 --no-retry --exit-after-n-failures=5 --iterations 100 imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-keyboard-behavior.optional.html
I am going to mark expectations as a pass fail while this pends investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170073660>
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/58312
EWS
Test gardening commit 307195@main (ac1a6aaddd63): <https://commits.webkit.org/307195@main>
Reviewed commits have been landed. Closing PR #58312 and removing active labels.