tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/tests/site/resources.html

16 lines
408 B
HTML
Raw Normal View History

2023-11-20 21:52:04 +01:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CasperJS test resource</title>
</head>
<body>
<script id="loader"></script>
<script>
setTimeout(function () {
document.querySelector("#loader").setAttribute("src", "dummy.js?querystring");
}, 1000);
</script>
</body>
</html>