summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/dom/nodes/moveBefore/tentative/chrome-338071841-crash.html
blob: 26adfb1cbfae116e0a88a7ff2cbf24cdb9a5e7f7 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/338071841">
<div id="p"><span></span><!-- comment --></div>
<script>
  p.moveBefore(p.lastChild, p.firstChild);
</script>