Skip to content

Commit 9517606

Browse files
authored
test: update web platform tests (#688)
1 parent 14d0eaf commit 9517606

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

tests/wpt/urltestdata.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,6 +1781,76 @@
17811781
"search": "",
17821782
"hash": ""
17831783
},
1784+
{
1785+
"input": "file:///w|m",
1786+
"base": null,
1787+
"href": "file:///w|m",
1788+
"protocol": "file:",
1789+
"username": "",
1790+
"password": "",
1791+
"host": "",
1792+
"hostname": "",
1793+
"port": "",
1794+
"pathname": "/w|m",
1795+
"search": "",
1796+
"hash": ""
1797+
},
1798+
{
1799+
"input": "file:///w||m",
1800+
"base": null,
1801+
"href": "file:///w||m",
1802+
"protocol": "file:",
1803+
"username": "",
1804+
"password": "",
1805+
"host": "",
1806+
"hostname": "",
1807+
"port": "",
1808+
"pathname": "/w||m",
1809+
"search": "",
1810+
"hash": ""
1811+
},
1812+
{
1813+
"input": "file:///w|/m",
1814+
"base": null,
1815+
"href": "file:///w:/m",
1816+
"protocol": "file:",
1817+
"username": "",
1818+
"password": "",
1819+
"host": "",
1820+
"hostname": "",
1821+
"port": "",
1822+
"pathname": "/w:/m",
1823+
"search": "",
1824+
"hash": ""
1825+
},
1826+
{
1827+
"input": "file:C|/m/",
1828+
"base": null,
1829+
"href": "file:///C:/m/",
1830+
"protocol": "file:",
1831+
"username": "",
1832+
"password": "",
1833+
"host": "",
1834+
"hostname": "",
1835+
"port": "",
1836+
"pathname": "/C:/m/",
1837+
"search": "",
1838+
"hash": ""
1839+
},
1840+
{
1841+
"input": "file:C||/m/",
1842+
"base": null,
1843+
"href": "file:///C||/m/",
1844+
"protocol": "file:",
1845+
"username": "",
1846+
"password": "",
1847+
"host": "",
1848+
"hostname": "",
1849+
"port": "",
1850+
"pathname": "/C||/m/",
1851+
"search": "",
1852+
"hash": ""
1853+
},
17841854
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/path.js",
17851855
{
17861856
"input": "http://example.com/././foo",

0 commit comments

Comments
 (0)