summaryrefslogtreecommitdiff
path: root/test/js/dom-element-next_prev_ElementSibling.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/dom-element-next_prev_ElementSibling.html')
-rw-r--r--test/js/dom-element-next_prev_ElementSibling.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/dom-element-next_prev_ElementSibling.html b/test/js/dom-element-next_prev_ElementSibling.html
index 168319dc8..edab28129 100644
--- a/test/js/dom-element-next_prev_ElementSibling.html
+++ b/test/js/dom-element-next_prev_ElementSibling.html
@@ -6,6 +6,7 @@
</head>
<body>
<h1>DOM previousElementSibling and nextElementSibling reference</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<!-- comment node should be skipped -->
<p><b>head.lastElementChild.previousElementSibling:</b> <script>document.write(document.head.lastElementChild.previousElementSibling.textContent);</script></p>
<!-- comment node should be skipped -->