diff options
Diffstat (limited to 'netwerk/test/crashtests/1787122.html')
-rw-r--r-- | netwerk/test/crashtests/1787122.html | 15 |
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> |