summaryrefslogtreecommitdiff
path: root/test/js/idl-treatnullas-emptystring.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/idl-treatnullas-emptystring.html')
-rw-r--r--test/js/idl-treatnullas-emptystring.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/idl-treatnullas-emptystring.html b/test/js/idl-treatnullas-emptystring.html
index 386e6072a..4d6978845 100644
--- a/test/js/idl-treatnullas-emptystring.html
+++ b/test/js/idl-treatnullas-emptystring.html
@@ -7,6 +7,7 @@
<body text="blue">
<h1>Ensure that [TreatNullAs=EmptyString] works correctly</h1>
+<noscript><p>Javascript is disabled</p></noscript>
<script>
var e = document.createElement("p");
var t = document.createTextNode("Initial body text:\""+document.body.text+"\" (should be \"blue\")");