2008/link-testsuite html_body_background.html,1.1,1.2 html_body_background_b.html,1.1,1.2

Update of /sources/public/2008/link-testsuite
In directory hutz:/tmp/cvs-serv32526

Modified Files:
	html_body_background.html html_body_background_b.html 
Log Message:
Fix body/@background test docs.

Index: html_body_background_b.html
===================================================================
RCS file: /sources/public/2008/link-testsuite/html_body_background_b.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html_body_background_b.html	8 Feb 2008 05:43:39 -0000	1.1
+++ html_body_background_b.html	9 Feb 2008 16:19:05 -0000	1.2
@@ -2,11 +2,10 @@
 <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 BODY background (404)</title>
 	<meta name="author" content="olivier Thereaux">
 </head>
-<body>
+<body background="http://qa-dev.w3.org/link-testsuite/http.php?code=404">
 
 </body>
 </html>

Index: html_body_background.html
===================================================================
RCS file: /sources/public/2008/link-testsuite/html_body_background.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html_body_background.html	8 Feb 2008 05:43:39 -0000	1.1
+++ html_body_background.html	9 Feb 2008 16:19:05 -0000	1.2
@@ -2,11 +2,10 @@
 <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 BODY background</title>
 	<meta name="author" content="olivier Thereaux">
 </head>
-<body>
+<body background="http://www.w3.org/Icons/w3c_main">
 
 </body>
 </html>

Received on Saturday, 9 February 2008 16:19:19 UTC