netsurf/test/js/parameter-error.html

13 lines
253 B
HTML
Raw Normal View History

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