diff options
Diffstat (limited to 'dom/events/crashtests/eventctor-nulldictionary.html')
-rw-r--r-- | dom/events/crashtests/eventctor-nulldictionary.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/events/crashtests/eventctor-nulldictionary.html b/dom/events/crashtests/eventctor-nulldictionary.html new file mode 100644 index 000000000..f81399413 --- /dev/null +++ b/dom/events/crashtests/eventctor-nulldictionary.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<script> +new MouseEvent("click", null); +</script> |