diff options
Diffstat (limited to 'dom/html/crashtests/515829-2.html')
-rw-r--r-- | dom/html/crashtests/515829-2.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/crashtests/515829-2.html b/dom/html/crashtests/515829-2.html new file mode 100644 index 000000000..6de6d5986 --- /dev/null +++ b/dom/html/crashtests/515829-2.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> +<head></head> +<body onload="document.getElementById('x').innerHTML = '<button></button>';"> +<form><div id="x"><button></button></div><button></button><input type="image"></form> +</body> +</html> |