summaryrefslogtreecommitdiffstats
path: root/dom/events/crashtests/1033343.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/events/crashtests/1033343.html')
-rw-r--r--dom/events/crashtests/1033343.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/events/crashtests/1033343.html b/dom/events/crashtests/1033343.html
new file mode 100644
index 0000000000..99160cebff
--- /dev/null
+++ b/dom/events/crashtests/1033343.html
@@ -0,0 +1,5 @@
+<script>
+
+document.createEvent('CustomEvent').detail;
+
+</script>