diff options
Diffstat (limited to 'dom/html/crashtests/605264.html')
-rw-r--r-- | dom/html/crashtests/605264.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/html/crashtests/605264.html b/dom/html/crashtests/605264.html new file mode 100644 index 0000000000..782720a9d6 --- /dev/null +++ b/dom/html/crashtests/605264.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<script> + +var v = document.createElementNS("http://www.w3.org/1999/xhtml", "video"); +v.QueryInterface(Ci.nsIObserver); +v.observe(null, null, null); + +</script> |