ladybird/Tests/LibWeb/Text/expected/wpt-import/url/url-statics-parse.any.txt
2025-03-18 10:00:33 +01:00

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