summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2005-02-04 13:09:00 +0000
committerlink <link@localhost>2005-02-04 13:09:00 +0000
commitf7f59e47e75fec15c8d5f725a4bc4186b407094d (patch)
treee4568e842c832cbd0042ddd541e8bd46e28c85f8
parent4f825495e7be19e3394b127743f54ede7efb6f48 (diff)
downloadmarkup-validator-f7f59e47e75fec15c8d5f725a4bc4186b407094d.zip
markup-validator-f7f59e47e75fec15c8d5f725a4bc4186b407094d.tar.gz
markup-validator-f7f59e47e75fec15c8d5f725a4bc4186b407094d.tar.bz2
Adding test case for Bug #980.
-rw-r--r--htdocs/dev/tests/bogus-fpi3.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/bogus-fpi3.html b/htdocs/dev/tests/bogus-fpi3.html
new file mode 100644
index 0000000..9e21966
--- /dev/null
+++ b/htdocs/dev/tests/bogus-fpi3.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>test document with a bogus FPI</title>
+ <meta name="revision"
+ content="$Id: bogus-fpi3.html,v 1.1 2005-02-04 13:09:00 link Exp $"
+ />
+ </head>
+ <body>
+ <p>This is a test document with a bogus FPI.</p>
+ <p>There is no "Strict" in the FPI for XHTML 1.1.</p>
+ </body>
+</html>
+