summaryrefslogtreecommitdiff
path: root/test/js/location-replace.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/location-replace.html')
-rw-r--r--test/js/location-replace.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/location-replace.html b/test/js/location-replace.html
index 047cfd467..790a5ef2d 100644
--- a/test/js/location-replace.html
+++ b/test/js/location-replace.html
@@ -6,6 +6,7 @@
<body>
<h1>location interface replace</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<script>
location.replace("location-enumerate.html");
</script>