chromium/third_party/blink/web_tests/fast/media/move-video-to-new-document-crash.html

<body>
<div>
PASS if no crash.
</div>
<video>
<script>
if (window.testRunner)
  testRunner.dumpAsText();

document.execCommand("selectAll");
document.execCommand("Copy");
document.designMode = 'on';
document.execCommand("paste");
</script>
</body>