summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/462926.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/crashtests/462926.html')
-rw-r--r--js/xpconnect/crashtests/462926.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/462926.html b/js/xpconnect/crashtests/462926.html
new file mode 100644
index 000000000..5fc828edf
--- /dev/null
+++ b/js/xpconnect/crashtests/462926.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script type="text/javascript">
+
+try { document.createTextNode("").getUserData.call(0, 0); } catch(e) { }
+
+</script>
+</head>
+<body>
+</body>
+</html>