error.html 257 Bytes
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>CasperJS error test</title>
    </head>
    <body>
        <script>plop(); // intentional error here</script>
    </body>
</html>