<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> |