chromium/third_party/blink/web_tests/fast/tokenizer/image-empty-crash.html

<html>
<head>
    <title></title>
    <script type="text/javascript">
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
    <p>
        This is a test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=10202">https://bugs.webkit.org/show_bug.cgi?id=10202</a>
        REGRESSION: Repro crash when loading an empty image document</i>.
    </p>
    <p>
        No crash means test PASS.
    </p>
    <hr>
    <iframe src="data:image/png,"></iframe>
</body>
</html>