We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c2b25 commit 9b4ea7aCopy full SHA for 9b4ea7a
src/tests/url/url.html
@@ -76,3 +76,8 @@
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