summaryrefslogtreecommitdiff
path: root/test/js/dom-element-childElementCount.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/dom-element-childElementCount.html')
-rw-r--r--test/js/dom-element-childElementCount.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/dom-element-childElementCount.html b/test/js/dom-element-childElementCount.html
index ec4b7f89a..8a40634da 100644
--- a/test/js/dom-element-childElementCount.html
+++ b/test/js/dom-element-childElementCount.html
@@ -5,6 +5,7 @@
</head>
<body>
<h1>DOM childElementCount reference</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<p><b>head.childElementCount:</b> <script>document.write(document.head.childElementCount);</script></p>
<p><b>body.childElementCount:</b> <script>document.write(document.body.childElementCount);</script></p>
</body>