Closed
Bug 1822229
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 38972 - Add more non-special scheme tests
Categories
(Core :: DOM: Networking, task, P4)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38972 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38972
Details from upstream follow.
Domenic Denicola <d@domenic.me> wrote:
Add more non-special scheme tests
Closes #38970.
Let me know if there are other interesting special vs. non-special cases to test. This was generated via
for (const scheme of ["data", "javascript", "intent", "urn", "turn", "stun"]) { for (const extra of ["//example.com:8080/pathname?search#hash", "///test", "//test/a/../b", "//:443", "//[:1]"]) { const input = `${scheme}:${extra}`;
Assignee | ||
Comment 1•2 years ago
|
||
PR 38972 applied with additional changes from upstream: 5d5a73183f333f572efd140e043cadf6ea44b87a
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Networking
Product: Testing → Core
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=de325d7e4c63be6a94525c5a449832ce10caa2d6
Assignee | ||
Comment 3•2 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0fc025d29eba
[wpt PR 38972] - Add more non-special scheme tests, a=testonly
https://hg.mozilla.org/integration/autoland/rev/b41d1025d914
[wpt PR 38972] - Update wpt metadata, a=testonly
Assignee | ||
Comment 5•2 years ago
|
||
Test result changes from PR not available.
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0fc025d29eba
https://hg.mozilla.org/mozilla-central/rev/b41d1025d914
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•