chromium/third_party/blink/web_tests/editing/pasteboard/copy-crash-with-extraneous-attribute.html

<html>
<head>
    <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>

<body background>
This test passes if it does not crash.

<script>
    selectAllCommand();
    copyCommand();
</script>

</html>