summaryrefslogtreecommitdiff
path: root/test/js/parameter-error.html
blob: 02cc33db8349655328ba47d0cc465365fdee1e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head><title>Insuficient parameters error</title></head>
<body>
<h1>Insuficient parameters error</h1>
<p>Before</p>
<script>
document.createComment();
</script>
<p>Afterwards</p>
</body>
</html>