summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorville <ville@localhost>2009-11-16 20:07:15 +0000
committerville <ville@localhost>2009-11-16 20:07:15 +0000
commita9fb4405804c6ee60775b59ad4cda7a0458f3974 (patch)
tree6e7cd014c7b1f94f824405c44ec68102088391da /htdocs/dev/tests
parentc47489342d991739ea8dacdb71cd11902816c3fb (diff)
downloadmarkup-validator-a9fb4405804c6ee60775b59ad4cda7a0458f3974.zip
markup-validator-a9fb4405804c6ee60775b59ad4cda7a0458f3974.tar.gz
markup-validator-a9fb4405804c6ee60775b59ad4cda7a0458f3974.tar.bz2
Update HTML5 "warning but pass" test doc.
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/html5-warning.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/dev/tests/html5-warning.html b/htdocs/dev/tests/html5-warning.html
index 02ba8df..f83a432 100644
--- a/htdocs/dev/tests/html5-warning.html
+++ b/htdocs/dev/tests/html5-warning.html
@@ -4,6 +4,6 @@
<title>Warning</title>
</head>
<body>
-<p class=foo<bar></p>
+<p><a name=foo>foo</a></p>
</body>
-</html> \ No newline at end of file
+</html>