Bug 271781
| Summary: | [iOS] fast/harness/show-modal-dialog.html is constantly failing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, david_quesada, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Schwartz
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125504394>
Ben Schwartz
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.
Bryan Medina
Pull request: https://github.com/WebKit/WebKit/pull/53716
EWS
Test gardening commit 302825@main (1e1865ed15da): <https://commits.webkit.org/302825@main>
Reviewed commits have been landed. Closing PR #53716 and removing active labels.
Bryan Medina
Pull request: https://github.com/WebKit/WebKit/pull/53768
EWS
Test gardening commit 302913@main (cc446a1743ec): <https://commits.webkit.org/302913@main>
Reviewed commits have been landed. Closing PR #53768 and removing active labels.