chromium/third_party/blink/web_tests/images/image-empty-data.html

<html>
<head>
    <title></title>
    <script type="text/javascript">
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
    <p>
        This is test for an image with no data. No crash means test PASS.
    </p>
    <hr>
    <img src="data:image/png,">
</body>
</html>