Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<script>
document.addEventListener("DOMContentLoaded", () => {
b.prepend(a)
b.defaultValue = ""
})
</script>
<blockquote id="a"></blockquote>
<textarea id="b" hidden=""></textarea>