summaryrefslogtreecommitdiffstats
path: root/netwerk/test/crashtests/1787122.html
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/crashtests/1787122.html')
-rw-r--r--netwerk/test/crashtests/1787122.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/netwerk/test/crashtests/1787122.html b/netwerk/test/crashtests/1787122.html
new file mode 100644
index 0000000000..faeb41ef9c
--- /dev/null
+++ b/netwerk/test/crashtests/1787122.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<script>
+
+function boom() {
+ // malformed uri
+ window.location = 'http://a...example.com';
+}
+
+</script>
+</head>
+<body onload="boom();"></body>
+</html>