summaryrefslogtreecommitdiff
path: root/test/js/event-onloadfrombody.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/event-onloadfrombody.html')
-rw-r--r--test/js/event-onloadfrombody.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/event-onloadfrombody.html b/test/js/event-onloadfrombody.html
index be491e6dd..b4348f4a7 100644
--- a/test/js/event-onloadfrombody.html
+++ b/test/js/event-onloadfrombody.html
@@ -6,5 +6,6 @@
<body onload="alert('Running onload')">
<h1>Just look at the log</h1>
+<noscript><p>Javascript is disabled</p></noscript>
</body>
</html>