Open
Bug 1754123
Opened 3 years ago
Updated 3 years ago
[wpt-sync] Sync PR 32739 - Add `registerProtocolHandler` tests for FTP.
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32739 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32739
Details from upstream follow.
Asanka Herath <asanka@google.com> wrote:
Add
registerProtocolHandlertests for FTP.
registerProtocolHandlerallows registeringftp,ftps, andsftp
protocols as of https://github.com/whatwg/html/pull/6584.This change adds tests to ensure that
registerProtocolHandlerallows
registering those protocols and to ensure that embedded credentials are
removed prior to invoking the custom protocol handler.
| Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•