phantomjs/test/webpage-spec-renders/index.html

16 lines
230 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
body {
background-color: #000;
}
</style>
</head>
<body>
<img src="image.jpg">
</body>
</html>