diff options
Diffstat (limited to 'dom/html/crashtests/811226.html')
-rw-r--r-- | dom/html/crashtests/811226.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/html/crashtests/811226.html b/dom/html/crashtests/811226.html new file mode 100644 index 0000000000..990ef9af53 --- /dev/null +++ b/dom/html/crashtests/811226.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body onload="document.getElementById('s').onerror;"> +<span id="s" onerror="0;"></span> +</body> +</html> |