html5/tests/validation/full/invalid/obsolete noframes.html,NONE,1.1 noframes.xhtml,NONE,1.1

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

Added Files:
	noframes.html noframes.xhtml 
Log Message:
initial add

--- NEW FILE: noframes.html ---
<!DOCTYPE html>
<html>
<head>
<title>the "noframes" element is obsolete</title>
</head>
<body>
<noframes>baz</noframes>
</body>
</html>

--- NEW FILE: noframes.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>the "noframes" element is obsolete</title>
</head>
<body>
<noframes>baz</noframes>
</body>
</html>

Received on Thursday, 16 April 2009 10:00:33 UTC