summaryrefslogtreecommitdiff
path: root/test/js/window.lately.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/window.lately.html')
-rw-r--r--test/js/window.lately.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/window.lately.html b/test/js/window.lately.html
index ba312dfe0..227571c88 100644
--- a/test/js/window.lately.html
+++ b/test/js/window.lately.html
@@ -5,6 +5,7 @@
</head>
<body>
<h1>Assign window.lately</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<p>location: <script>document.write(location);</script>
<p>location.protocol: <script>document.write(location.protocol);</script>
<p>equivalence <script>document.write(location.protocol === 'http:');</script>