summaryrefslogtreecommitdiff
path: root/test/js/sync-script-err.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/sync-script-err.html')
-rw-r--r--test/js/sync-script-err.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/sync-script-err.html b/test/js/sync-script-err.html
index 68e77baea..56a14d424 100644
--- a/test/js/sync-script-err.html
+++ b/test/js/sync-script-err.html
@@ -5,6 +5,7 @@
<body>
<h1>Sync script Test with bad src</h1>
<p>Before</p>
+<noscript><p>Javascript is disabled</p></noscript>
<script src="notthere.js"></script>
<script src="tst.js"></script>
<p>Afterwards</p>