diff options
Diffstat (limited to 'dom/html/crashtests/837033.html')
-rw-r--r-- | dom/html/crashtests/837033.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/html/crashtests/837033.html b/dom/html/crashtests/837033.html new file mode 100644 index 0000000000..772d24014c --- /dev/null +++ b/dom/html/crashtests/837033.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<html> +<body onload="document.createElement('button').validity.x = null;"></body> +</html> |