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

11 lines
237 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 alert</title>
</head>
<body>
<script>alert('plop')</script>
</body>
</html>