Bug 250925 - [ 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
Summary: [ New Test ] (245422@main): [ iOS ] imported/w3c/web-platform-tests/html/sema...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-20 18:12 PST by Karl Rackler
Modified: 2023-01-26 11:29 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2023-01-20 18:12:20 PST
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.
Comment 1 Radar WebKit Bug Importer 2023-01-20 18:12:42 PST
<rdar://problem/104500475>
Comment 2 EWS 2023-01-20 18:21:16 PST
Test gardening commit 259160@main (dee20c9aeaf3): <https://commits.webkit.org/259160@main>

Reviewed commits have been landed. Closing PR #8908 and removing active labels.
Comment 3 Karl Rackler 2023-01-21 20:30:48 PST
Reopen because the re-baseline did not resolve the issue.
Comment 4 Ryan Haddad 2023-01-26 11:29:23 PST
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