NEW 271781
[iOS] fast/harness/show-modal-dialog.html is constantly failing.
https://bugs.webkit.org/show_bug.cgi?id=271781
Summary [iOS] fast/harness/show-modal-dialog.html is constantly failing.
Ben Schwartz
Reported 2024-03-27 12:36:03 PDT
fast/harness/show-modal-dialog.html This test is constantly failing on iOS. HISTORY: None (test is skipped). TEXT DIFF: +CONSOLE MESSAGE: Window 'showModalDialog' function is deprecated and will be removed soon. +CONSOLE MESSAGE: showModalDialog() is deprecated and will be removed. Please use the <dialog> element instead. This test verifies that showModalDialog implementation in DRT works. You need to disable pop-up blocker for this test to run successfully. REPRODUCIBILITY: I was able to reproduce this issue on the iOS Simulator (17.4/21E213) ToT using the following command: run-webkit-tests --ios-simulator -v fast/harness/show-modal-dialog.html --skipped ignore
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-27 12:36:12 PDT
Ben Schwartz
Comment 2 2024-03-27 12:38:19 PDT
REGRESSION: Contextual information indicates this test probably regressed when showModalDialog was deprecated. This test probably just needs to be updated to use the `<dialog>` element, as the warning states.
Note You need to log in before you can comment on or make changes to this bug.