Skip to content

Commit

Permalink
URL: expect ASCII for origins
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 18, 2017
1 parent a9824d9 commit 34435a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions url/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@
"input": "http://你好你好",
"base": "http://other.com/",
"href": "http://xn--6qqa088eba/",
"origin": "http://你好你好",
"origin": "http://xn--6qqa088eba",
"protocol": "http:",
"username": "",
"password": "",
Expand All @@ -3687,7 +3687,7 @@
"input": "https://faß.ExAmPlE/",
"base": "about:blank",
"href": "https://xn--fa-hia.example/",
"origin": "https://faß.example",
"origin": "https://xn--fa-hia.example",
"protocol": "https:",
"username": "",
"password": "",
Expand All @@ -3702,6 +3702,7 @@
"input": "sc://faß.ExAmPlE/",
"base": "about:blank",
"href": "sc://fa%C3%9F.ExAmPlE/",
"origin": "null",
"protocol": "sc:",
"username": "",
"password": "",
Expand Down Expand Up @@ -4610,7 +4611,7 @@
"input": "ftp://%e2%98%83",
"base": "about:blank",
"href": "ftp://xn--n3h/",
"origin": "ftp://",
"origin": "ftp://xn--n3h",
"protocol": "ftp:",
"username": "",
"password": "",
Expand All @@ -4625,7 +4626,7 @@
"input": "https://%e2%98%83",
"base": "about:blank",
"href": "https://xn--n3h/",
"origin": "https://",
"origin": "https://xn--n3h",
"protocol": "https:",
"username": "",
"password": "",
Expand Down

0 comments on commit 34435a4

Please sign in to comment.