Bug 250925
| Summary: | [ New Test ] (245422@main): [ iOS ] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | ntim, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert.html
The test was added at 245422@main and has been a consistent failure since then.
This looks like it just needs a re-baseline for iOS.
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Finteractive-elements%2Fthe-dialog-element%2Fmodal-dialog-ancestor-is-inert.html&platform=ios
Diff:
- FAIL By default, text inside a modal dialog can be selected assert_equals: expected "345678" but got ""
- PASS Clicking on backdrop doesn't select text
- PASS 'user-select: none' prevents text from being selected
+ PASS Test that ancestors of modal dialog are inert.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104500475>
EWS
Test gardening commit 259160@main (dee20c9aeaf3): <https://commits.webkit.org/259160@main>
Reviewed commits have been landed. Closing PR #8908 and removing active labels.
Karl Rackler
Reopen because the re-baseline did not resolve the issue.
Ryan Haddad
When I look at the result in https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-WK2-Tests/259420@main%20(1349)/results.html, I see the following diff:
--- /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-actual.txt
@@ -1,3 +1,3 @@
-PASS Test that ancestors of modal dialog are inert.
+FAIL Test that ancestors of modal dialog are inert. assert_true: Clicking on ancestor. expected true got false
Karl, I think you rebaselined a different test in 259160@main