|
1 | 1 | 'use strict'; |
2 | 2 |
|
3 | 3 | /* WPT Refs: |
4 | | - https://github.com/w3c/web-platform-tests/blob/3eff1bd/url/urltestdata.json |
| 4 | + https://github.com/w3c/web-platform-tests/blob/3afae94/url/urltestdata.json |
5 | 5 | License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html |
6 | 6 | */ |
7 | 7 | module.exports = |
@@ -3789,6 +3789,52 @@ module.exports = |
3789 | 3789 | "search": "", |
3790 | 3790 | "hash": "" |
3791 | 3791 | }, |
| 3792 | + "Domains with empty labels", |
| 3793 | + { |
| 3794 | + "input": "http://./", |
| 3795 | + "base": "about:blank", |
| 3796 | + "href": "http://./", |
| 3797 | + "origin": "http://.", |
| 3798 | + "protocol": "http:", |
| 3799 | + "username": "", |
| 3800 | + "password": "", |
| 3801 | + "host": ".", |
| 3802 | + "hostname": ".", |
| 3803 | + "port": "", |
| 3804 | + "pathname": "/", |
| 3805 | + "search": "", |
| 3806 | + "hash": "" |
| 3807 | + }, |
| 3808 | + { |
| 3809 | + "input": "http://../", |
| 3810 | + "base": "about:blank", |
| 3811 | + "href": "http://../", |
| 3812 | + "origin": "http://..", |
| 3813 | + "protocol": "http:", |
| 3814 | + "username": "", |
| 3815 | + "password": "", |
| 3816 | + "host": "..", |
| 3817 | + "hostname": "..", |
| 3818 | + "port": "", |
| 3819 | + "pathname": "/", |
| 3820 | + "search": "", |
| 3821 | + "hash": "" |
| 3822 | + }, |
| 3823 | + { |
| 3824 | + "input": "http://0..0x300/", |
| 3825 | + "base": "about:blank", |
| 3826 | + "href": "http://0..0x300/", |
| 3827 | + "origin": "http://0..0x300", |
| 3828 | + "protocol": "http:", |
| 3829 | + "username": "", |
| 3830 | + "password": "", |
| 3831 | + "host": "0..0x300", |
| 3832 | + "hostname": "0..0x300", |
| 3833 | + "port": "", |
| 3834 | + "pathname": "/", |
| 3835 | + "search": "", |
| 3836 | + "hash": "" |
| 3837 | + }, |
3792 | 3838 | "Broken IPv6", |
3793 | 3839 | { |
3794 | 3840 | "input": "http://[www.google.com]/", |
|
0 commit comments