summaryrefslogtreecommitdiff
path: root/test/js/dom-document-enumerate.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/dom-document-enumerate.html')
-rw-r--r--test/js/dom-document-enumerate.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/dom-document-enumerate.html b/test/js/dom-document-enumerate.html
index 18146ab8a..a968cec31 100644
--- a/test/js/dom-document-enumerate.html
+++ b/test/js/dom-document-enumerate.html
@@ -6,6 +6,7 @@
<body>
<h1>Document interface enumeration</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<script>
function output(x,y) {
document.body.appendChild(document.createTextNode(x));