summaryrefslogtreecommitdiff
path: root/test/js/dom-node-nodetype.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/dom-node-nodetype.html')
-rw-r--r--test/js/dom-node-nodetype.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/dom-node-nodetype.html b/test/js/dom-node-nodetype.html
index a186787dd..09775f378 100644
--- a/test/js/dom-node-nodetype.html
+++ b/test/js/dom-node-nodetype.html
@@ -4,6 +4,7 @@
<body>
<h1>Node::nodeType</h1>
<h2>These should all resolve to true.</h2>
+<noscript><p>Javascript is disabled</p></noscript>
<script>
document.write("<p>document is Node.DOCUMENT_NODE: ",
document.nodeType === Node.DOCUMENT_NODE, "</p>");