Skip to content

Commit 7d39bc9

Browse files
committed
remove invalidUrl test in url.html
1 parent d60d3eb commit 7d39bc9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tests/url/url.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,3 @@
7676
testing.expectEqual("", sk.hostname);
7777
testing.expectEqual("sveltekit-internal://", sk.href);
7878
</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

Comments
 (0)