Skip to content

Commit

Permalink
test: synchronize WPT url test data
Browse files Browse the repository at this point in the history
PR-URL: nodejs#12507
Refs: web-platform-tests/wpt#4586
Refs: nodejs#11887
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
watilde authored and TimothyGu committed Apr 25, 2017
1 parent d912e28 commit dceb12e
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 55 deletions.
59 changes: 47 additions & 12 deletions test/fixtures/url-setter-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ module.exports =
"href": "a://example.net",
"new_value": "",
"expected": {
"href": "a://example.net/",
"href": "a://example.net",
"protocol": "a:"
}
},
{
"href": "a://example.net",
"new_value": "b",
"expected": {
"href": "b://example.net/",
"href": "b://example.net",
"protocol": "b:"
}
},
Expand All @@ -59,7 +59,7 @@ module.exports =
"href": "a://example.net",
"new_value": "B",
"expected": {
"href": "b://example.net/",
"href": "b://example.net",
"protocol": "b:"
}
},
Expand All @@ -68,7 +68,7 @@ module.exports =
"href": "a://example.net",
"new_value": "é",
"expected": {
"href": "a://example.net/",
"href": "a://example.net",
"protocol": "a:"
}
},
Expand All @@ -77,7 +77,7 @@ module.exports =
"href": "a://example.net",
"new_value": "0b",
"expected": {
"href": "a://example.net/",
"href": "a://example.net",
"protocol": "a:"
}
},
Expand All @@ -86,15 +86,15 @@ module.exports =
"href": "a://example.net",
"new_value": "+b",
"expected": {
"href": "a://example.net/",
"href": "a://example.net",
"protocol": "a:"
}
},
{
"href": "a://example.net",
"new_value": "bC0+-.",
"expected": {
"href": "bc0+-.://example.net/",
"href": "bc0+-.://example.net",
"protocol": "bc0+-.:"
}
},
Expand All @@ -103,7 +103,7 @@ module.exports =
"href": "a://example.net",
"new_value": "b,c",
"expected": {
"href": "a://example.net/",
"href": "a://example.net",
"protocol": "a:"
}
},
Expand All @@ -112,7 +112,7 @@ module.exports =
"href": "a://example.net",
"new_value": "bé",
"expected": {
"href": "a://example.net/",
"href": "a://example.net",
"protocol": "a:"
}
},
Expand Down Expand Up @@ -213,23 +213,31 @@ module.exports =
"href": "ssh://[email protected]",
"new_value": "http",
"expected": {
"href": "ssh://[email protected]/",
"href": "ssh://[email protected]",
"protocol": "ssh:"
}
},
{
"href": "ssh://[email protected]",
"new_value": "gopher",
"expected": {
"href": "ssh://[email protected]/",
"href": "ssh://[email protected]",
"protocol": "ssh:"
}
},
{
"href": "ssh://[email protected]",
"new_value": "file",
"expected": {
"href": "ssh://[email protected]/",
"href": "ssh://[email protected]",
"protocol": "ssh:"
}
},
{
"href": "ssh://example.net",
"new_value": "file",
"expected": {
"href": "ssh://example.net",
"protocol": "ssh:"
}
},
Expand Down Expand Up @@ -1585,6 +1593,33 @@ module.exports =
"href": "http://example.net/%3F",
"pathname": "/%3F"
}
},
{
"comment": "# needs to be encoded",
"href": "http://example.net",
"new_value": "#",
"expected": {
"href": "http://example.net/%23",
"pathname": "/%23"
}
},
{
"comment": "? needs to be encoded, non-special scheme",
"href": "sc://example.net",
"new_value": "?",
"expected": {
"href": "sc://example.net/%3F",
"pathname": "/%3F"
}
},
{
"comment": "# needs to be encoded, non-special scheme",
"href": "sc://example.net",
"new_value": "#",
"expected": {
"href": "sc://example.net/%23",
"pathname": "/%23"
}
}
],
"search": [
Expand Down
86 changes: 43 additions & 43 deletions test/fixtures/url-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,21 +571,21 @@ module.exports =
"search": "",
"hash": ""
},
// {
// "input": "foo://",
// "base": "http://example.org/foo/bar",
// "href": "foo://",
// "origin": "null",
// "protocol": "foo:",
// "username": "",
// "password": "",
// "host": "",
// "hostname": "",
// "port": "",
// "pathname": "",
// "search": "",
// "hash": ""
// },
{
"input": "foo://",
"base": "http://example.org/foo/bar",
"href": "foo://",
"origin": "null",
"protocol": "foo:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "http://a:b@c:29/d",
"base": "http://example.org/foo/bar",
Expand Down Expand Up @@ -5338,34 +5338,34 @@ module.exports =
"search": "",
"hash": ""
},
// {
// "input": "////",
// "base": "sc://x/",
// "href": "sc:////",
// "protocol": "sc:",
// "username": "",
// "password": "",
// "host": "",
// "hostname": "",
// "port": "",
// "pathname": "//",
// "search": "",
// "hash": ""
// },
// {
// "input": "////x/",
// "base": "sc://x/",
// "href": "sc:////x/",
// "protocol": "sc:",
// "username": "",
// "password": "",
// "host": "",
// "hostname": "",
// "port": "",
// "pathname": "//x/",
// "search": "",
// "hash": ""
// },
{
"input": "////",
"base": "sc://x/",
"href": "sc:////",
"protocol": "sc:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "//",
"search": "",
"hash": ""
},
{
"input": "////x/",
"base": "sc://x/",
"href": "sc:////x/",
"protocol": "sc:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "//x/",
"search": "",
"hash": ""
},
{
"input": "tftp://foobar.com/someconfig;mode=netascii",
"base": "about:blank",
Expand Down

0 comments on commit dceb12e

Please sign in to comment.