diff options
Diffstat (limited to '')
-rw-r--r-- | editor/libeditor/crashtests/1443664.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/1443664.html b/editor/libeditor/crashtests/1443664.html new file mode 100644 index 0000000000..033d1a979a --- /dev/null +++ b/editor/libeditor/crashtests/1443664.html @@ -0,0 +1,10 @@ +<style> +input:focus { counter-increment: c; } +</style> +<script> +function go() { + a.select(); +} +</script> +<body onload=go()> +<input id="a" type="number" contenteditable="true"> |