netsurf/test/js/parameter-error.html

12 lines
202 B
HTML

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