| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ Last update: | |||
| 28 | 28 | - resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing | |
| 29 | 29 | - resources: https://github.com/web-platform-tests/wpt/tree/6a2f322376/resources | |
| 30 | 30 | - streams: https://github.com/web-platform-tests/wpt/tree/f8f26a372f/streams | |
| 31 | - - url: https://github.com/web-platform-tests/wpt/tree/e4a4672e9e/url | ||
| 31 | + - url: https://github.com/web-platform-tests/wpt/tree/d4598eba09/url | ||
| 32 | 32 | - urlpattern: https://github.com/web-platform-tests/wpt/tree/23aac92784/urlpattern | |
| 33 | 33 | - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing | |
| 34 | 34 | - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -629,6 +629,36 @@ | |||
| 629 | 629 | "search": "", | |
| 630 | 630 | "hash": "" | |
| 631 | 631 | }, | |
| 632 | + { | ||
| 633 | + "input": "http://é@é", | ||
| 634 | + "base": null, | ||
| 635 | + "href": "http://%C3%A9@xn--9ca/", | ||
| 636 | + "origin": "http://xn--9ca", | ||
| 637 | + "protocol": "http:", | ||
| 638 | + "username": "%C3%A9", | ||
| 639 | + "password": "", | ||
| 640 | + "host": "xn--9ca", | ||
| 641 | + "hostname": "xn--9ca", | ||
| 642 | + "port": "", | ||
| 643 | + "pathname": "/", | ||
| 644 | + "search": "", | ||
| 645 | + "hash": "" | ||
| 646 | + }, | ||
| 647 | + { | ||
| 648 | + "input": "http://é@example.com", | ||
| 649 | + "base": null, | ||
| 650 | + "href": "http://%C3%A9@example.com/", | ||
| 651 | + "origin": "http://example.com", | ||
| 652 | + "protocol": "http:", | ||
| 653 | + "username": "%C3%A9", | ||
| 654 | + "password": "", | ||
| 655 | + "host": "example.com", | ||
| 656 | + "hostname": "example.com", | ||
| 657 | + "port": "", | ||
| 658 | + "pathname": "/", | ||
| 659 | + "search": "", | ||
| 660 | + "hash": "" | ||
| 661 | + }, | ||
| 632 | 662 | { | |
| 633 | 663 | "input": "http::@c:29", | |
| 634 | 664 | "base": "http://example.org/foo/bar", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ | |||
| 72 | 72 | "path": "streams" | |
| 73 | 73 | }, | |
| 74 | 74 | "url": { | |
| 75 | - "commit": "e4a4672e9e607fc2b28e7173b83ce4e38ef53071", | ||
| 75 | + "commit": "d4598eba0959249d8715818a402b432c513f9492", | ||
| 76 | 76 | "path": "url" | |
| 77 | 77 | }, | |
| 78 | 78 | "urlpattern": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments