diff options
Diffstat (limited to 'layout/style/crashtests/1640040.html')
-rw-r--r-- | layout/style/crashtests/1640040.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/style/crashtests/1640040.html b/layout/style/crashtests/1640040.html new file mode 100644 index 0000000000..a1bbb4e2af --- /dev/null +++ b/layout/style/crashtests/1640040.html @@ -0,0 +1,11 @@ +<script> +window.onload = () => { + b.type = "" + document.getSelection().selectAllChildren(a) + b.placeholder = "" + b.setRangeText(String.fromCodePoint(814688)) +} +</script> +<menu spellcheck="true"> +<input id="b" autofocus="" type="button"> +<menu id="a"> |