summaryrefslogtreecommitdiff
path: root/test/js/dom-doc-location.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/dom-doc-location.html')
-rw-r--r--test/js/dom-doc-location.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/dom-doc-location.html b/test/js/dom-doc-location.html
index a41c53c31..822201d41 100644
--- a/test/js/dom-doc-location.html
+++ b/test/js/dom-doc-location.html
@@ -5,6 +5,7 @@
</head>
<body>
<h1>Document Location</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<p><b>document.location.href:</b> <script>document.write(document.location.href);</script></p>
</body>
</html>