mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
Harness status: OK
|
|
|
|
Found 8 tests
|
|
|
|
8 Pass
|
|
Pass URL.parse(undefined, undefined)
|
|
Pass URL.parse(aaa:b, undefined)
|
|
Pass URL.parse(undefined, aaa:b)
|
|
Pass URL.parse(aaa:/b, undefined)
|
|
Pass URL.parse(undefined, aaa:/b)
|
|
Pass URL.parse(https://test:test, undefined)
|
|
Pass URL.parse(a, https://b/)
|
|
Pass URL.parse() should return a unique object |