- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Apr 2006 07:55:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/general/ylafon
In directory hutz:/tmp/cvs-serv14738/testsuite/general/ylafon
Added Files:
test.html test2.css test2.html test3.css test3.html test4.html
test5.html test6.html test7.html test8.html testbad.html
testbase.html testbase2.html testbase3.html testbase4.html
testcomment.css testloop1.css testloop2.css testloop3.css
testwarning.html
Log Message:
importing test suite/test cases made during european project lat year (Yves, Jean-Guilhem)
--- NEW FILE: test3.css ---
p {
font: 24pt "verdana" ;
}
a { /*
font: foo;
*/ color: white;
/* toto:titi;
/* background-color:red; */
margin-top: 0px;
}
body {
background-color: white;
}
--- NEW FILE: test8.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>A é in a title: </title>
<style type="text/css">
.foo {
color: red;
}
</style>
</head>
<body>
<p>Example of an invalid xhtml document (missing / in the clising tag of this paragraph<p>
</body>
</html>
--- NEW FILE: testbase4.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://jigsaw.w3.org/Yves/far/" />
<link rel="stylesheet" type="text/css" href="away.css" />
<title>base URI test</title>
</head>
<body>
<p class="foo">This should be red.</p>
</body>
</html>
--- NEW FILE: testwarning.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
<style type="text/css">
h1 { color: red;
font-family: "verdana";
}
</style>
</head>
<body>
<p>This is a test in ascii: é</p>
</body>
</html>
--- NEW FILE: testcomment.css ---
/******************toto****************/
*.foo {
color: red;
}
html {
color: black;
}
--- NEW FILE: test7.html ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: testloop3.css ---
@import url("http://jigsaw.w3.org/Yves/testloop2.css");
p {
color: green;
}
--- NEW FILE: test.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test</title>
</head>
<body>
<p>This is a test in ascii: é</p>
<p>Et le texte en français, avec un accent iso-8859-1: é</p>
</body>
</html>
--- NEW FILE: testloop2.css ---
@import url("http://jigsaw.w3.org/Yves/testloop3.css");
p {
color: green;
}
--- NEW FILE: testbase3.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="away.css" />
<base href="http://jigsaw.w3.org/Yves/far/" />
<title>base URI test</title>
</head>
<body>
<p class="foo">This is not valid as there is a link before a base element.</p>
</body>
</html>
--- NEW FILE: test2.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<p style="color:red">This is a test in ascii: é</p>
<p>Et le texte en français, avec un accent iso-8859-1: é</p>
</body>
</html>
--- NEW FILE: test5.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test</title>
<style type="text/css">
@import url("http://jigsaw.w3.org/Yves/test2.css");
.foo {
color: red;
}
</style>
</head>
<body>
<p>This is a <span class="foo">test</span> in ascii: é</p>
</body>
</html>
--- NEW FILE: testloop1.css ---
p {
color: green;
}
--- NEW FILE: test3.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test</title>
<style type="text/css">
@import url("http://jigsaw.w3.org/Yves/testloop1.css");
.foo {
color: red;
}
</style>
</head>
<body>
<p>This is a <span class="foo">test</span> in ascii: é</p>
</body>
</html>
--- NEW FILE: test4.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test</title>
<style type="text/css">
@import url("http://jigsaw.w3.org/Yves/testloop2.css");
.foo {
color: red;
}
</style>
</head>
<body>
<p>This is a <span class="foo">test</span> in ascii: é</p>
</body>
</html>
--- NEW FILE: test2.css ---
p {
font: 24pt "verdana" ;
}
a {
font: foo;
}
body {
background-color: white;
backsdfsdfsdf: sdofksdf;
}
--- NEW FILE: test6.html ---
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test</title>
<style type="text/css">
.foo {
color: red;
}
</style>
</head>
<body>
<?xml version="1.0" encoding="UTF-16"?>
<p>This is a <span class="foo">test</span> in ascii: é</p>
</body>
</html>
--- NEW FILE: testbad.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
<style type="text/css">
h1 { color: red;
foo
}
h2 { color: orange;
}
</style>
</head>
<body>
<p>This is a test in ascii: é</p>
</body>
</html>
--- NEW FILE: testbase2.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>base URI test</title>
<style type="text/css">
@import url("away.css");
</style>
<base href="http://jigsaw.w3.org/Yves/far/" />
</head>
<body>
<p class="foo">This should be red, if base href is used</p>
</body>
</html>
--- NEW FILE: testbase.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://jigsaw.w3.org/Yves/far/" />
<title>A é in a title: </title>
<style type="text/css">
@import url("away.css");
</style>
</head>
<body>
<p class="foo">This should be red, if base href is used</p>
</body>
</html>
Received on Wednesday, 19 April 2006 07:56:32 UTC