Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /dom/nodes/moveBefore/tentative/chrome-338071841-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div id="p"><span></span><!-- comment --></div>
<script>
p.moveBefore(p.lastChild, p.firstChild);
</script>