- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Feb 2008 05:43:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2008/link-testsuite In directory hutz:/tmp/cvs-serv25818 Modified Files: html_a_href.html html_a_href_b.html index.html Added Files: html_body_background.html html_body_background_b.html Log Message: typo fix + couple of added html element tests --- NEW FILE: html_body_background_b.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Test link href</title> <link rel="stylesheet" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" type="text/css" media="screen" title="no title" charset="utf-8"> <meta name="author" content="olivier Thereaux"> </head> <body> </body> </html> Index: html_a_href_b.html =================================================================== RCS file: /sources/public/2008/link-testsuite/html_a_href_b.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- html_a_href_b.html 29 Jan 2008 05:16:07 -0000 1.1 +++ html_a_href_b.html 8 Feb 2008 05:43:39 -0000 1.2 @@ -2,11 +2,12 @@ <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>Test link href</title> - <link rel="stylesheet" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" type="text/css" media="screen" title="no title" charset="utf-8"> + <title>Test a href</title> <meta name="author" content="olivier Thereaux"> </head> <body> +<p> + <a href="http://qa-dev.w3.org/link-testsuite/http.php?code=404">link</a></p> </body> </html> Index: index.html =================================================================== RCS file: /sources/public/2008/link-testsuite/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.html 8 Feb 2008 05:20:56 -0000 1.3 +++ index.html 8 Feb 2008 05:43:39 -0000 1.4 @@ -97,6 +97,20 @@ </p> + <h4>test HTML BODY background (control)</h4> + <p><a href="http://qa-dev.w3.org/link-testsuite/html_body_background.html">tested document</a></p> +<p> + </p> + + + <h4>test HTML BODY background (404)</h4> + <p><a href="http://qa-dev.w3.org/link-testsuite/html_body_background.html">tested document</a></p> +<p> + BODY background 404 + EXPECTED: link checker throws error + </p> + + <h4>test HTML BLOCKQUOTE cite (control)</h4> <p><a href="http://qa-dev.w3.org/link-testsuite/html_blockquote_cite.html">tested document</a></p> <p> @@ -277,7 +291,7 @@ </p> - <h4>test HTML IMG longdesc (404)</h4> + <h4>test HTML SCRIPT src (404)</h4> <p><a href="http://qa-dev.w3.org/link-testsuite/html_script_src_b.html">tested document</a></p> <p> </p> Index: html_a_href.html =================================================================== RCS file: /sources/public/2008/link-testsuite/html_a_href.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- html_a_href.html 29 Jan 2008 05:16:07 -0000 1.1 +++ html_a_href.html 8 Feb 2008 05:43:39 -0000 1.2 @@ -2,11 +2,11 @@ <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>Test link href</title> - <link rel="stylesheet" href="http://www.w3.org/Stylesheets/base" type="text/css" media="screen" title="no title" charset="utf-8"> + <title>Test a href</title> <meta name="author" content="olivier Thereaux"> </head> <body> + <p><a href="http://qa-dev.w3.org/link-testsuite/http.php?code=404">link</a></p> </body> </html> --- NEW FILE: html_body_background.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Test link href</title> <link rel="stylesheet" href="http://www.w3.org/Stylesheets/base" type="text/css" media="screen" title="no title" charset="utf-8"> <meta name="author" content="olivier Thereaux"> </head> <body> </body> </html>
Received on Friday, 8 February 2008 05:43:52 UTC