Bug 1818995 [wpt PR 38711] - URL: add escape quotes in pathname test, a=testonly

Automatic update from web-platform-tests
URL: add escape quotes in pathname test

--

wpt-commits: 1eaeb0e178b14078bd730ffecd62cb7569315523
wpt-pr: 38711
This commit is contained in:
meixg 2023-03-06 13:52:08 +00:00 committed by moz-wptsync-bot
parent 62b9f65d3e
commit 367715ffe8

View File

@ -8877,5 +8877,20 @@
"input": "",
"base": "about:blank",
"failure": true
},
{
"input": "https://example.com/\"quoted\"",
"base": "about:blank",
"hash": "",
"host": "example.com",
"hostname": "example.com",
"href": "https://example.com/%22quoted%22",
"origin": "https://example.com",
"password": "",
"pathname": "/%22quoted%22",
"port": "",
"protocol": "https:",
"search": "",
"username": ""
}
]