Skip to content

Commit

Permalink
Bug 1589510 [wpt PR 19770] - Make gopher behave like unrecognized sch…
Browse files Browse the repository at this point in the history
…emes, a=testonly

Automatic update from web-platform-tests
URL: make gopher behave like unrecognized schemes

See whatwg/url#342 for context.
--

wpt-commits: 8a9d0ccbeabbec3df4c38a394651d1b53dd2f8c5
wpt-pr: 19770

UltraBlame original commit: 993dacde06c1a64aac243210577193125b8948a1
  • Loading branch information
marco-c committed Oct 27, 2019
1 parent 7fd6a72 commit d5d2180
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 76 deletions.
Expand Up @@ -195,9 +195,6 @@
ftp
'
'
gopher
'
'
http
+
x
Expand Down
Expand Up @@ -125,9 +125,6 @@
ftp
'
'
gopher
'
'
http
+
x
Expand Down
9 changes: 9 additions & 0 deletions testing/web-platform/tests/url/failure.html
Expand Up @@ -24,6 +24,15 @@
title
>
<
meta
name
=
timeout
content
=
long
>
<
script
src
=
Expand Down
95 changes: 25 additions & 70 deletions testing/web-platform/tests/url/resources/urltestdata.json
Expand Up @@ -9010,7 +9010,6 @@ href
gopher
:
/
/
example
.
com
Expand All @@ -9021,13 +9020,7 @@ origin
"
:
"
gopher
:
/
/
example
.
com
null
"
"
protocol
Expand All @@ -9054,18 +9047,12 @@ host
"
:
"
example
.
com
"
"
hostname
"
:
"
example
.
com
"
"
port
Expand All @@ -9079,6 +9066,10 @@ pathname
:
"
/
example
.
com
/
"
"
search
Expand Down Expand Up @@ -10308,8 +10299,6 @@ href
"
gopher
:
/
/
example
.
com
Expand All @@ -10320,13 +10309,7 @@ origin
"
:
"
gopher
:
/
/
example
.
com
null
"
"
protocol
Expand All @@ -10353,18 +10336,12 @@ host
"
:
"
example
.
com
"
"
hostname
"
:
"
example
.
com
"
"
port
Expand All @@ -10377,6 +10354,9 @@ pathname
"
:
"
example
.
com
/
"
"
Expand Down Expand Up @@ -20791,18 +20771,16 @@ gopher
/
/
foo
:
70
/
"
"
origin
"
:
"
gopher
:
/
/
foo
null
"
"
protocol
Expand Down Expand Up @@ -20830,6 +20808,8 @@ host
:
"
foo
:
70
"
"
hostname
Expand All @@ -20843,6 +20823,7 @@ port
"
:
"
70
"
"
pathname
Expand Down Expand Up @@ -20907,13 +20888,7 @@ origin
"
:
"
gopher
:
/
/
foo
:
443
null
"
"
protocol
Expand Down Expand Up @@ -22559,7 +22534,6 @@ href
gopher
:
/
/
example
.
com
Expand All @@ -22570,13 +22544,7 @@ origin
"
:
"
gopher
:
/
/
example
.
com
null
"
"
protocol
Expand All @@ -22603,18 +22571,12 @@ host
"
:
"
example
.
com
"
"
hostname
"
:
"
example
.
com
"
"
port
Expand All @@ -22628,6 +22590,10 @@ pathname
:
"
/
example
.
com
/
"
"
search
Expand Down Expand Up @@ -23757,8 +23723,6 @@ href
"
gopher
:
/
/
example
.
com
Expand All @@ -23769,13 +23733,7 @@ origin
"
:
"
gopher
:
/
/
example
.
com
null
"
"
protocol
Expand All @@ -23802,18 +23760,12 @@ host
"
:
"
example
.
com
"
"
hostname
"
:
"
example
.
com
"
"
port
Expand All @@ -23826,6 +23778,9 @@ pathname
"
:
"
example
.
com
/
"
"
Expand Down

0 comments on commit d5d2180

Please sign in to comment.