diff options
Diffstat (limited to 'editor/libeditor/crashtests/1624011.html')
-rw-r--r-- | editor/libeditor/crashtests/1624011.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/1624011.html b/editor/libeditor/crashtests/1624011.html new file mode 100644 index 0000000000..98267f848d --- /dev/null +++ b/editor/libeditor/crashtests/1624011.html @@ -0,0 +1,12 @@ +<html> +<head> + <script> + window.addEventListener('load', () => { + document.designMode = 'on' + const selection = document.getSelection() + selection.empty() + document.queryCommandIndeterm('justifyFull') + }) + </script> +</head> +</html> |