summaryrefslogtreecommitdiff
path: root/test/js/inline-innerhtml.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-02-04 15:11:19 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-04 15:11:19 +0000
commitf06ec6390a3286db180ad3fda97baab9e8b54663 (patch)
treef5dbe9d328ab95aeb3f1f5745b347c9a5bfb32d0 /test/js/inline-innerhtml.html
parent3cc80b6a7d6e926278df56e0005788ab90ae213e (diff)
downloadnetsurf-f06ec6390a3286db180ad3fda97baab9e8b54663.tar.gz
netsurf-f06ec6390a3286db180ad3fda97baab9e8b54663.tar.bz2
add noscript warning to all tests so it is obvious when js is disabled
Diffstat (limited to 'test/js/inline-innerhtml.html')
-rw-r--r--test/js/inline-innerhtml.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/inline-innerhtml.html b/test/js/inline-innerhtml.html
index 6bfd6608b..f9277db03 100644
--- a/test/js/inline-innerhtml.html
+++ b/test/js/inline-innerhtml.html
@@ -7,6 +7,7 @@
<h1>Inline Script innerHTML Test</h1>
<p>Before</p>
<p id="demo">some text you should never see</p>
+<noscript><p>Javascript is disabled</p></noscript>
<script type="text/javascript">
document.getElementById("demo").innerHTML="text inserted by script";
</script>