phantomjs/test/www/missing-img.html

9 lines
108 B
HTML

<html>
<head>
<title>Missing image</title>
</head>
<body>
<img src="notExist.png"/>
</body>
</html>