resources.html
420 Bytes
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CasperJS test resource</title>
<script>
setTimeout(function () {
document.querySelector("img").setAttribute("src","images/phantom.png");
}, 1000);
</script>
</head>
<body>
<img width="55" height="55" border="1">
</body>
</html>