puppeteer/third_party/phantomjs/test/www/missing-img.html
2017-05-11 00:06:41 -07:00

9 lines
108 B
HTML

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