Closed
Bug 1452251
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 9966 - [presentation-api] check if a URL with an unsupported scheme is ignored
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9966 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/9966
Details from upstream follow.
Tomoyuki SHIMIZU <tomoyuki.labs@gmail.com> wrote:
> [presentation-api] check if a URL with an unsupported scheme is ignored
>
> This PR is based on the suggested change on Presentation API, addressed by https://github.com/w3c/presentation-api/pull/447. In detail, the following tests are added:
>
> - To check if an instance of PresentationRequest with URLs including one with an unsupported scheme is successfully constructed
> - To check if `NotSupportedError` is thrown when only single or multiple URLs with unsupported schemes are specified
>
>
>
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b03bb3a4def547da5073e5565ed7878fd5fa31fb
| Reporter | ||
Comment 3•7 years ago
|
||
Ran 2 tests and 2 subtests
OK : 2
FAIL : 2
New tests that have failures or other problems:
/presentation-api/controlling-ua/PresentationRequest_error.https.html
Constructing a PresentationRequest (Error): FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b6feb16ae6f
[wpt PR 9966] - [presentation-api] check if a URL with an unsupported scheme is ignored, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/6480d1e82ebf
[wpt PR 9966] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7b6feb16ae6f
https://hg.mozilla.org/mozilla-central/rev/6480d1e82ebf
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•