mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
13 lines
No EOL
334 B
Text
13 lines
No EOL
334 B
Text
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 |