Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /domparsing/insert_adjacent_html-001-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<span id="span">A</span>
<script>
onload = _ => span.insertAdjacentHTML("beforeEnd", undefined)
</script>