diff options
Diffstat (limited to 'dom/base/crashtests/90613-1.html')
-rw-r--r-- | dom/base/crashtests/90613-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/base/crashtests/90613-1.html b/dom/base/crashtests/90613-1.html new file mode 100644 index 000000000..de60573cc --- /dev/null +++ b/dom/base/crashtests/90613-1.html @@ -0,0 +1,7 @@ +<html> +<body onload="this.focus();" onfocus="document.getElementById('foo').focus();" +onblur="/*alert('hello');*/this.focus();"> +<input type="text" id="foo"> +</body> +</html> + |