diff options
Diffstat (limited to 'dom/html/crashtests/407053.html')
-rw-r--r-- | dom/html/crashtests/407053.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/html/crashtests/407053.html b/dom/html/crashtests/407053.html new file mode 100644 index 0000000000..b80a231722 --- /dev/null +++ b/dom/html/crashtests/407053.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body onload="document.execCommand('copy', false, '');"> +<div contenteditable="true"></div> +</body> +</html> |