There was an error while loading. Please reload this page.
invalidUrl
url.html
1 parent d60d3eb commit 7d39bc9Copy full SHA for 7d39bc9
src/tests/url/url.html
@@ -76,8 +76,3 @@
76
testing.expectEqual("", sk.hostname);
77
testing.expectEqual("sveltekit-internal://", sk.href);
78
</script>
79
-
80
-<script id=invalidUrl>
81
- let u = new URL("://foo.bar/path?query#fragment");
82
- testing.expectEqual(":", u.protocol);
83
-</script>
0 commit comments