tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/tests/site/error.html
2023-11-20 20:52:04 +00:00

11 lines
257 B
HTML
Executable File

<!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>