diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-13 13:03:45 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-13 13:03:45 +1100 |
commit | 63995b6c6f434361a4a680f959bacbcd4a083795 (patch) | |
tree | 836082692b8c4a682a6603a93718d10379fdd8cc /test/resources/index.html | |
parent | 55c748d6a50af4e93b138bf73e37c71f946fab19 (diff) |
Adding test for noscript.jsnoscript-toggle
Diffstat (limited to 'test/resources/index.html')
-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> |