mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
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:
parent
62b9f65d3e
commit
367715ffe8
@ -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": ""
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user