summaryrefslogtreecommitdiffstats
path: root/netwerk/test/crashtests/1274044-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/crashtests/1274044-1.html')
-rw-r--r--netwerk/test/crashtests/1274044-1.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/netwerk/test/crashtests/1274044-1.html b/netwerk/test/crashtests/1274044-1.html
new file mode 100644
index 0000000000..cb88e50bcd
--- /dev/null
+++ b/netwerk/test/crashtests/1274044-1.html
@@ -0,0 +1,7 @@
+<script>
+
+var u = new URL("http://127.0.0.1:9607/");
+u.protocol = "resource:";
+u.port = "";
+
+</script>