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)

task

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}`;
PR 38972 applied with additional changes from upstream: 5d5a73183f333f572efd140e043cadf6ea44b87a
Component: web-platform-tests → DOM: Networking
Product: Testing → Core
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
Test result changes from PR not available.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in before you can comment on or make changes to this bug.