Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468

This commit is contained in:
Ms2ger
2015-09-04 12:21:22 +02:00
parent 8d21a79246
commit 58b5cd27de
1279 changed files with 30378 additions and 18158 deletions

View File

@@ -0,0 +1,18 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
<meta name="flags" content="ahem" />
<style type="text/css">
div p { width: 28em; border: solid; margin: 1em; padding: 0.5em; background: #FFFFCC; color: black; font: 1em/1 Ahem; }
.control { line-height: 3em; }
.control.start { border-style: solid none solid solid; padding: 0.4em 0 0.4em 1em; }
.control.middle { border-style: solid none solid none; padding: 0.4em 0 0.4em 0; }
.control.end { border-style: solid solid solid none; padding: 0.4em 1em 0.4em 0; }
.a { color: navy; }
.b { color: orange; }
</style>
</head>
<body>
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
<div>
<p>
<span class="control a start">pppp&nbsp;pppX&nbsp;ppXp&nbsp;ppXX&nbsp;pXpp</span><br /><span class="control b start">pXpX</span>&nbsp;pXXp&nbsp;pXXX&nbsp;Xppp<span class="control a end">&nbsp;XppX</span><br /><span class="control b end">XpXp&nbsp;XpXX&nbsp;XXpp&nbsp;XXpX&nbsp;XXXp</span>
</p>
<p>
<span class="control a start">pppp&nbsp;pppX&nbsp;ppXp&nbsp;ppXX&nbsp;pXpp</span><br /><span class="control b start">pXpX</span>&nbsp;pXXp&nbsp;pXXX&nbsp;Xppp<span class="control a end">&nbsp;XppX</span><br /><span class="control b end">XpXp&nbsp;XpXX&nbsp;XXpp&nbsp;XXpX&nbsp;XXXp</span>
</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if there is no red visible on the page.</p>
<div>Filler Text</div>
<div>Filler Text</div>
<div>Filler Text</div>
<div>Filler Text</div>
<div>Filler Text</div>
</body>
</html>

View File

@@ -0,0 +1,27 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
font: 24px/1 Ahem;
width: 18em;
color: blue;
}
</style>
</head>
<body>
<p>There should be a tall solid unbroken column of blue below.</p>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
<div> x</div>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
width: 138px;
color: orange;
font-size: 10px;
line-height: 1;
}
div p {
padding: 0;
border: solid 24px yellow;
}
img {
vertical-align: bottom;
}
</style>
</head>
<body>
<p>The five diagrams below should be identical.</p>
<div>
<p>
<img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" />
</p>
<p>
<img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" />
</p>
<p>
<img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" />
</p>
<p>
<img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" />
</p>
<p>
<img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10" /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10" />
</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,22 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
span {
color: blue;
font: larger bold monospace;
}
</style>
</head>
<body>
<p>The number 99 must appear below.</p>
<p><span>9</span><span>9</span></p>
</body>
</html>

View File

@@ -0,0 +1,24 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
<p>This should be green</p>
</body>
</html>

View File

@@ -0,0 +1,107 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
.maroonhex {
background: #800000;
}
.redhex {
background: #ff0000;
}
.orangehex {
background: #ffa500;
}
.yellowhex {
background: #ffff00;
}
.olivehex {
background: #808000;
}
.purplehex {
background: #800080;
}
.fuchsiahex {
background: #ff00ff;
}
.whitehex {
background: #ffffff;
}
.limehex {
background: #00ff00;
}
.greenhex {
background: #008000;
}
.navyhex {
background: #000080;
}
.bluehex {
background: #0000ff;
}
.aquahex {
background: #00ffff;
}
.tealhex {
background: #008080;
}
.blackhex {
background: #000000;
}
.silverhex {
background: #c0c0c0;
}
.grayhex {
background: #808080;
}
td {
height: 0.5in;
width: 0.5in;
}
</style>
</head>
<body>
<p>Test passes if the first row of boxes below match the second row of boxes below.</p>
<table>
<tr>
<td class="maroonhex"></td>
<td class="redhex"></td>
<td class="orangehex"></td>
<td class="yellowhex"></td>
<td class="olivehex"></td>
<td class="purplehex"></td>
<td class="fuchsiahex"></td>
<td class="whitehex"></td>
<td class="limehex"></td>
<td class="greenhex"></td>
<td class="navyhex"></td>
<td class="bluehex"></td>
<td class="aquahex"></td>
<td class="tealhex"></td>
<td class="blackhex"></td>
<td class="silverhex"></td>
<td class="grayhex"></td>
</tr>
<tr>
<td class="maroonhex"></td>
<td class="redhex"></td>
<td class="orangehex"></td>
<td class="yellowhex"></td>
<td class="olivehex"></td>
<td class="purplehex"></td>
<td class="fuchsiahex"></td>
<td class="whitehex"></td>
<td class="limehex"></td>
<td class="greenhex"></td>
<td class="navyhex"></td>
<td class="bluehex"></td>
<td class="aquahex"></td>
<td class="tealhex"></td>
<td class="blackhex"></td>
<td class="silverhex"></td>
<td class="grayhex"></td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
1
2
3
4
5
6
7
8
9
10
11
12
</div>
<div>
1
2
3
4
5
6
7
8
9
10
11
12
</div>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
z
z
z
z
z
z
z
z
z
z
z
z
</div>
<div>
z
z
z
z
z
z
z
z
z
z
z
z
</div>
</body>
</html>

View File

@@ -0,0 +1,48 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
white-space: nowrap;
}
#test {
color: blue;
}
</style>
</head>
<body>
<p>There should be a string of 12 blue filled circles below. (A string of
12 black circles is provided on the second line for reference.):</p>
<div id="test">
</div>
<div>
</div>
</body>
</html>

View File

@@ -0,0 +1,48 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
white-space: nowrap;
}
#test {
color: blue;
}
</style>
</head>
<body>
<p>There should be a string of 12 blue hollow circles below. (A string of
12 black hollow circles is provided on the second line for reference.):</p>
<div id="test">
</div>
<div>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
white-space: nowrap;
}
#test {
color: blue;
}
</style>
</head>
<body>
<p>Test passes if there are 12 blue filled squares below.</p>
<div id="test">
</div>
</body>
</html>

View File

@@ -0,0 +1,49 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
01
02
03
04
05
06
07
08
09
10
11
12
99
100
101
</div>
<div>
01
02
03
04
05
06
07
08
09
10
11
12
99
100
101
</div>
</body>
</html>

View File

@@ -0,0 +1,57 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
i
ii
iii
iv
v
vi
vii
viii
ix
x
xi
xii
xlix
l
ccclxxxix
cccxc
mmmcdlxxxix
mmmcdxc
mmmcdxci
</div>
<div>
i
ii
iii
iv
v
vi
vii
viii
ix
x
xi
xii
xlix
l
ccclxxxix
cccxc
mmmcdlxxxix
mmmcdxc
mmmcdxci
</div>
</body>
</html>

View File

@@ -0,0 +1,57 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
I
II
III
IV
V
VI
VII
VIII
IX
X
XI
XII
XLIX
L
CCCLXXXIX
CCCXC
MMMCDLXXXIX
MMMCDXC
MMMCDXCI
</div>
<div>
I
II
III
IV
V
VI
VII
VIII
IX
X
XI
XII
XLIX
L
CCCLXXXIX
CCCXC
MMMCDLXXXIX
MMMCDXC
MMMCDXCI
</div>
</body>
</html>

View File

@@ -0,0 +1,99 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
ია
იბ
ჵჰშჟთ
</div>
<div>
ია
იბ
ჵჰშჟთ
</div>
</body>
</html>

View File

@@ -0,0 +1,97 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
Ա
Բ
Գ
Դ
Ե
Զ
Է
Ը
Թ
Ժ
ԺԱ
ԺԲ
Ի
Լ
Խ
Ծ
Կ
Հ
Ձ
Ղ
Ճ
Մ
Յ
Ն
Շ
Ո
Չ
Պ
Ջ
Ռ
Ս
Վ
Տ
Ր
Ց
Ւ
Փ
Ք
ՔՋՂԹ
</div>
<div>
Ա
Բ
Գ
Դ
Ե
Զ
Է
Ը
Թ
Ժ
ԺԱ
ԺԲ
Ի
Լ
Խ
Ծ
Կ
Հ
Ձ
Ղ
Ճ
Մ
Յ
Ն
Շ
Ո
Չ
Պ
Ջ
Ռ
Ս
Վ
Տ
Ր
Ց
Ւ
Փ
Ք
ՔՋՂԹ
</div>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
a
b
c
d
e
f
g
h
i
j
k
l
</div>
<div>
a
b
c
d
e
f
g
h
i
j
k
l
</div>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
A
B
C
D
E
F
G
H
I
J
K
L
</div>
<div>
A
B
C
D
E
F
G
H
I
J
K
L
</div>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div>
α
β
γ
δ
ε
ζ
η
θ
ι
κ
λ
μ
</div>
<div>
α
β
γ
δ
ε
ζ
η
θ
ι
κ
λ
μ
</div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
text-decoration: underline;
}
</style>
</head>
<body>
<p>This sentence should be green and underlined.</p>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p.test {
color: green;
}
</style>
</head>
<body>
<p>There must be no red.</p>
<p class="test">This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
color: green;
}
</style>
</head>
<body>
<p>This line should be green.</p>
<div>This line should be green.</div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
body {
font-size: 16px;
}
</style>
</head>
<body>
<p>Test passes if this text is not dramatically taller than the text below.</p>
<div>Filler Text</div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a number "1" below.</p>
<div>1</div>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if the equation below is true.</p>
<p>I = I</p>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if the equation below is true.</p>
<p>1 = 1</p>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if the equations below are true.</p>
<p>1 = 1</p>
<p>1.1 = 1.1</p>
<p>1.2 = 1.2</p>
<p>i.iii = i.iii</p>
<p>I.IV = I.IV</p>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This sentence must be green</p>
<p>This sentence must be green</p>
<p>This sentence must be green</p>
<p>This sentence must be green</p>
<p>This sentence must be green</p>
<p>This sentence must be green</p>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if the words "Filler Text" below are all on the same line.</p>
<div>Filler Text Filler Text</div>
</body>
</html>

View File

@@ -0,0 +1,13 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>The following three paragraphs should look identical:</p>
<p>This is a test paragraph.</p>
<p>This is a test paragraph.</p>
<p>This is a test paragraph.</p>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
.green {
color: white;
background: green;
}
</style>
</head>
<body>
<p>This line should be unstyled.</p>
<p class="green">This should have a green background.</p>
</body>
</html>

View File

@@ -0,0 +1,12 @@
<!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 charset="utf-8" />
<title>CSS Reference</title>
<link href="http://www.intel.com" rel="author" title="Intel" />
</head><body>
<p>Test passes if there are only numbers (1-4) below and no red visible on the page.</p>
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
</body></html>

View File

@@ -0,0 +1,10 @@
<!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 charset="utf-8" />
<title>CSS Reference</title>
<link href="http://www.intel.com" rel="author" title="Intel" />
</head><body>
<p>Test passes if there are only numbers (1-2) below and no red visible on the page.</p>
<div>1</div>
<div>2</div>
</body></html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This should be green.</p>
<p>This should be green.</p>
</body>
</html>

View File

@@ -0,0 +1,18 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This should be green.</p>
<p>This should be green.</p>
<p>This should be green.</p>
<p>This should be green.</p>
</body>
</html>

View File

@@ -0,0 +1,18 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p.test {
width: 10em;
border: medium solid;
}
</style>
</head>
<body>
<p>The next two paragraphs should look identical:</p>
<p class="test">Test.</p>
<p class="test">Test.</p>
</body>
</html>

View File

@@ -0,0 +1,74 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
/* For better readability */
.li {
font-size: 1.5em;
color: blue;
}
span {
color: black;
font-size: 0.67em;
vertical-align: middle;
padding-left: 0.2em;
}
.li {
display: list-item;
margin: 0.2em 0 0.2em 4em;
border-left: solid thin orange;
}
.one {
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
.two {
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
.three {
list-style-type: square;
list-style-image: none;
list-style-position: outside;
}
.four {
list-style-type: square;
list-style-image: none;
list-style-position: outside;
}
.five {
list-style-type: none;
list-style-image: url(support/diamond.png);
list-style-position: outside;
}
.six {
list-style-type: none;
list-style-image: url(support/diamond.png);
list-style-position: outside;
}
.seven {
list-style-type: disc;
list-style-image: none;
list-style-position: outside;
}
</style>
</head>
<body>
<p>Test passes if each word on the right of the orange line
describes the shape on the left.</p>
<div class="li one"><span>(nothing)</span></div>
<div class="li two"><span>(nothing)</span></div>
<div class="li three"><span>blue square</span></div>
<div class="li four"><span>blue square</span></div>
<div class="li five"><span>purple diamond</span></div>
<div class="li six"><span>purple diamond</span></div>
<div class="li seven"><span>blue circle</span></div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This sentence must be green.</p>
<p>This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
margin-top: 10px;
background: black;
height: 1em;
width: 1em;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same size.</p>
<div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
margin-top: 10px;
background: black;
height: 32px;
width: 32px;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same size.</p>
<div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
margin-top: 10px;
background: black;
height: 1in;
width: 1in;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same size.</p>
<div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
margin-top: 10px;
background: black;
height: 3em;
width: 3em;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same size.</p>
<div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
margin-top: 5px;
background: black;
height: 1in;
width: 1in;
}
</style>
</head>
<body>
<p>Test passes if the three boxes below are the same size.</p>
<div></div><div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
div {
margin-top: 5px;
background: black;
height: 100px;
width: 100px;
}
</style>
</head>
<body>
<p>Test passes if the three boxes below are the same size.</p>
<div></div><div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
html {
border: 1px solid;
margin-left: 400px;
margin-top: 320px;
}
p {
font: 16px serif;
}
div {
position: absolute;
}
#div1 {
background: orange;
height: 20px;
left: 0;
top: 320px;
width: 400px;
}
#div2 {
background: blue;
height: 320px;
left: 400px;
top: 0;
width: 20px;
}
</style>
</head>
<body>
<p>Test passes if the black box containing this text is to the right of the orange box and below the blue box.</p>
<div id="div1"></div>
<div id="div2"></div>
</body>
</html>

View File

@@ -0,0 +1,22 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
font-size: 12pt;
}
div {
margin-top: 3px;
background: black;
height: 32px;
width: 32px;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same size.</p>
<div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,22 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
font-family: serif;
}
div {
margin-top: 2px;
background: black;
height: 32px;
width: 32px;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same size.</p>
<div></div><div></div>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if the words "Filler Text" below are single quoted (').</p>
<div>'Filler Text'</div>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
</head>
<body>
<p>Test passes if the words "Filler Text" below are double quoted (").</p>
<div>"Filler Text"</div>
</body>
</html>

View File

@@ -1,11 +1,16 @@
<!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 charset="utf-8" />
<title>CSS Reference</title>
<link href="http://www.intel.com" rel="author" title="Intel" />
<style>
div { background-color: green; color: white; }
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: white;
background: green;
}
</style>
</head><body>
<div>This should be white on green.</div>
</body></html>
</head>
<body>
<p>This should have a green background.</p>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
background: white;
}
</style>
</head>
<body>
<p>This should be green.</p>
<p>This should be green.</p>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
}
</style>
</head>
<body>
<p>This text should be green.</p>
<p>This text should be green.</p>
<p>This text should be green.</p>
</body>
</html>

View File

@@ -0,0 +1,23 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
font-size: 12pt;
}
div {
width: 8.7em;
height: 8.7em;
background: green;
border: solid lime;
}
}
</style>
</head>
<body>
<p>You should see no red below, just a green square with a green border.</p>
<div></div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: green;
border: solid green;
}
</style>
</head>
<body>
<p>This sentence should be green with a green border.</p>
</body>
</html>

View File

@@ -0,0 +1,23 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p.green {
color: green;
}
p.white {
color: white;
}
</style>
</head>
<body>
<p class="green">This sentence must be green and there must be no red.</p>
<p class="white">There must be no red on this page.</p>
<p class="white">There must be no red on this page.</p>
<p class="green">This sentence must be green and there must be no red.</p>
<p class="white">There must be no red on this page.</p>
<p class="white">There must be no red on this page.</p>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<!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=UTF-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" />
<style type="text/css">
p {
color: white;
background: green;
}
</style>
</head>
<body>
<p>This sentence must have a green background.</p>
<p>This sentence must have a green background.</p>
</body>
</html>