Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-textarea-element/text-area-disconnected-firefox-bug-1933919-crash.html - WPT Dashboard Interop Dashboard
<script>
document.addEventListener("DOMContentLoaded", () => {
b.prepend(a)
b.defaultValue = ""
})
</script>
<blockquote id="a"></blockquote>
<textarea id="b" hidden=""></textarea>