html5/tests/validation/full/invalid/obsolete basefont.html,1.1,1.2 basefont.xhtml,1.1,1.2

Update of /sources/public/html5/tests/validation/full/invalid/obsolete
In directory hutz:/tmp/cvs-serv20951

Modified Files:
	basefont.html basefont.xhtml 
Log Message:
fixed

Index: basefont.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/basefont.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basefont.html	16 Apr 2009 07:34:12 -0000	1.1
+++ basefont.html	17 Apr 2009 09:58:28 -0000	1.2
@@ -4,6 +4,6 @@
 <title>the "basefont" element is obsolete</title>
 </head>
 <body>
-<basefont>baz</basefont>
+<basefont>
 </body>
 </html>

Index: basefont.xhtml
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/basefont.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basefont.xhtml	16 Apr 2009 07:34:12 -0000	1.1
+++ basefont.xhtml	17 Apr 2009 09:58:28 -0000	1.2
@@ -3,6 +3,6 @@
 <title>the "basefont" element is obsolete</title>
 </head>
 <body>
-<basefont>baz</basefont>
+<basefont/>
 </body>
 </html>

Received on Friday, 17 April 2009 09:58:39 UTC