gecko-dev/editor/libeditor/crashtests/1624011.html

13 строки
276 B
HTML

<html>
<head>
<script>
window.addEventListener('load', () => {
document.designMode = 'on'
const selection = document.getSelection()
selection.empty()
document.queryCommandIndeterm('justifyFull')
})
</script>
</head>
</html>