mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
moebius#130: URL parser - fix: don't allow empty host name
https://github.com/MoonchildProductions/moebius/issues/130
This commit is contained in:
parent
aa1df43166
commit
196fddddb6
14 changed files with 51 additions and 72 deletions
|
|
@ -1,11 +0,0 @@
|
|||
[open-url-bogus.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() - bogus URLs (http:)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: open() - bogus URLs (ftp:)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: open() - bogus URLs (http:////////////)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -219,6 +219,3 @@
|
|||
[Parsing: <http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar> against <about:blank>]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: <http:> against <https://example.org/foo/bar>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue