Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<html>
<head>
<script>
window.addEventListener('load', () => {
const anchor = document.getElementById('id_7')
anchor.contentEditable = 'true'
anchor.spellcheck = false
anchor.appendChild(input)
const selection = self.getSelection()
selection.selectAllChildren(input)
})
</script>
</head>
<a id='id_7'></a>
</html>