chromium/third_party/blink/web_tests/fast/loader/empty-embed-src-attribute.html

<html>
    <head>
        <script>
            if (window.testRunner)
                testRunner.dumpAsText();
        </script>
    </head>
    <body>
        <p>Tests for crash, caused by an <kbd>EMBED</kbd> element with an empty src and a <kbd>text/html</kbd> type specified</p>
        <p>See bug <a href="https://bugs.webkit.org/show_bug.cgi?id=23806">23806</a> for details.</p>
        <p>If there is no CRASH, the test passed.</p>
        <embed type="text/html; charset=utf-8">
    </body>
</html>