summaryrefslogtreecommitdiff
path: root/test/HTML/noscript.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML/noscript.html')
-rw-r--r--test/HTML/noscript.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/HTML/noscript.html b/test/HTML/noscript.html
deleted file mode 100644
index 454e943..0000000
--- a/test/HTML/noscript.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>omg</title>
- <noscript><link rel="stylesheet" href="http://foo.com"></noscript>
- </head>
- <body id="xxx">
- <p>yo</p>
- </body>
-</html>