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