2008/link-testsuite html_blockquote_cite.html,NONE,1.1 html_blockquote_cite_b.html,NONE,1.1 html_del_cite.html,NONE,1.1 html_del_cite_b.html,NONE,1.1 html_head_profile.html,NONE,1.1 html_head_profile_b.html,NONE,1.1 html_input_src.html,NONE,1.1 html_input_src_b.html,NONE,1.1 html_ins_cite.html,NONE,1.1 html_ins_cite_b.html,NONE,1.1 html_q_cite.html,NONE,1.1 html_q_cite_b.html,NONE,1.1

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

Added Files:
	html_blockquote_cite.html html_blockquote_cite_b.html 
	html_del_cite.html html_del_cite_b.html html_head_profile.html 
	html_head_profile_b.html html_input_src.html 
	html_input_src_b.html html_ins_cite.html html_ins_cite_b.html 
	html_q_cite.html html_q_cite_b.html 
Log Message:
more html tests

--- NEW FILE: html_ins_cite_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 ins cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><ins cite="http://qa-dev.w3.org/link-testsuite/http.php?code=404">foo</ins></p>
</body>
</html>

--- NEW FILE: html_head_profile_b.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head profile="http://qa-dev.w3.org/link-testsuite/http.php?code=404">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>head profile test (404)</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>

</body>
</html>

--- NEW FILE: html_input_src_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 img src</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
    <form action="">
        <p><input TYPE=IMAGE src="http://qa-dev.w3.org/link-testsuite/http.php?code=404"></p>
    </form>
</body>
</html>

--- NEW FILE: html_blockquote_cite.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 q cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><blockquote cite="http://qa-dev.w3.org/link-testsuite/">bar</blockquote></p>
</body>
</html>

--- NEW FILE: html_del_cite.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 del cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><del cite="http://qa-dev.w3.org/link-testsuite/">bar</del></p>
</body>
</html>

--- NEW FILE: html_blockquote_cite_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 blockquote cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><blockquote cite="http://qa-dev.w3.org/link-testsuite/http.php?code=404">foo</blockquote></p>
</body>
</html>

--- NEW FILE: html_head_profile.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head profile="http://www.w3.org/2003/g/data-view">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>head profile test (control)</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>

</body>
</html>

--- NEW FILE: html_q_cite_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 q cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><q cite="http://qa-dev.w3.org/link-testsuite/http.php?code=404">foo</q></p>
</body>
</html>

--- NEW FILE: html_input_src.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 img src</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
    <form action="">
        <p><input TYPE=IMAGE src="http://www.w3.org/Icons/w3c_main"></p>
    </form>
</body>
</html>

--- NEW FILE: html_del_cite_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 del cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><del cite="http://qa-dev.w3.org/link-testsuite/http.php?code=404">foo</del></p>
</body>
</html>

--- NEW FILE: html_q_cite.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 q cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><q cite="http://qa-dev.w3.org/link-testsuite/">bar</q></p>
</body>
</html>

--- NEW FILE: html_ins_cite.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 ins cite</title>
	<meta name="author" content="olivier Thereaux">
</head>
<body>
<p><ins cite="http://qa-dev.w3.org/link-testsuite/">bar</ins></p>
</body>
</html>

Received on Friday, 8 February 2008 05:16:11 UTC