diff options
Diffstat (limited to 'test/resources')
-rw-r--r-- | test/resources/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/resources/index.html b/test/resources/index.html index 791a673..0cbb219 100644 --- a/test/resources/index.html +++ b/test/resources/index.html @@ -39,6 +39,7 @@ <a href="bar">About Us</a> <a href="foo">Contact Us</a><span> at lib@re.js.</span> <a href="quux">Website Feedback</a> + <noscript>inside a noscript tag</noscript> </div> </body> </html> |