blob: 1edb4da5bf4b43addfe5e3a556bf61c46ac224de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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>
|