diff options
Diffstat (limited to 'dom/html/crashtests/590387.html')
-rw-r--r-- | dom/html/crashtests/590387.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/html/crashtests/590387.html b/dom/html/crashtests/590387.html new file mode 100644 index 000000000..50cd05ac9 --- /dev/null +++ b/dom/html/crashtests/590387.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> +<head> +<script> +document.createElement("div").innerHTML = "<output form=x>"; +</script> +</head> +</html> |