Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -1,40 +1,40 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<html>
<head>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>CSS Test: background-color</title>
<title>CSS Test: background-color</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="author" title="Jukka 'Yucca' Korpela" href="http://www.cs.tut.fi/~jkorpela/personal.html">
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="author" title="Jukka 'Yucca' Korpela" href="http://www.cs.tut.fi/~jkorpela/personal.html">
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/">
<link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties">
<meta name="flags" content="HTMLonly">
<meta name="assert" content="Background-color applied to a form should not affect a previous sibling block-level element when it does not have an optional closing tag.">
<style type="text/css">
form
{
background-color: orange;
color: white;
padding: 50px;
}
</style>
</head>
<body>
<div>There should be 1 (and only 1) wide orange rectangle across the page</div>
<p>
<form action="">
<div></div>
</form>
</body>
</html>
<link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties">
<meta name="flags" content="HTMLonly">
<meta name="assert" content="Background-color applied to a form should not affect a previous sibling block-level element when it does not have an optional closing tag.">
<style type="text/css">
form
{
background-color: orange;
color: white;
padding: 50px;
}
</style>
</head>
<body>
<div>There should be 1 (and only 1) wide orange rectangle across the page</div>
<p>
<form action="">
<div></div>
</form>
</body>
</html>

View file

@ -1,51 +1,51 @@
<!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>CSS Test: Control Characters between (00 and 1F)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" />
<meta name="flags" content="HTMLonly" />
<meta name="assert" content="Handling and processing of control characters." />
<style type="text/css">
div
{
border: 1px solid black;
height: 1.2em;
padding-left: 1em;
}
</style>
</head>
<body>
<p>Test passes if there is only a single character in each box below or the box is empty.</p>
<!-- C0 Control Characters -->
<div>&#x00;</div>
<div>&#x01;</div>
<div>&#x02;</div>
<div>&#x03;</div>
<div>&#x04;</div>
<div>&#x05;</div>
<div>&#x06;</div>
<div>&#x07;</div>
<div>&#x08;</div>
<div>&#x0B;</div>
<div>&#x0C;</div>
<div>&#x0E;</div>
<div>&#x0F;</div>
<div>&#x10;</div>
<div>&#x11;</div>
<div>&#x12;</div>
<div>&#x13;</div>
<div>&#x14;</div>
<div>&#x15;</div>
<div>&#x16;</div>
<div>&#x17;</div>
<div>&#x18;</div>
<div>&#x19;</div>
<div>&#x1A;</div>
<div>&#x1B;</div>
<div>&#x1C;</div>
<div>&#x1D;</div>
<div>&#x1E;</div>
<div>&#x1F;</div>
</body>
</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>CSS Test: Control Characters between (00 and 1F)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" />
<meta name="flags" content="HTMLonly" />
<meta name="assert" content="Handling and processing of control characters." />
<style type="text/css">
div
{
border: 1px solid black;
height: 1.2em;
padding-left: 1em;
}
</style>
</head>
<body>
<p>Test passes if there is only a single character in each box below or the box is empty.</p>
<!-- C0 Control Characters -->
<div>&#x00;</div>
<div>&#x01;</div>
<div>&#x02;</div>
<div>&#x03;</div>
<div>&#x04;</div>
<div>&#x05;</div>
<div>&#x06;</div>
<div>&#x07;</div>
<div>&#x08;</div>
<div>&#x0B;</div>
<div>&#x0C;</div>
<div>&#x0E;</div>
<div>&#x0F;</div>
<div>&#x10;</div>
<div>&#x11;</div>
<div>&#x12;</div>
<div>&#x13;</div>
<div>&#x14;</div>
<div>&#x15;</div>
<div>&#x16;</div>
<div>&#x17;</div>
<div>&#x18;</div>
<div>&#x19;</div>
<div>&#x1A;</div>
<div>&#x1B;</div>
<div>&#x1C;</div>
<div>&#x1D;</div>
<div>&#x1E;</div>
<div>&#x1F;</div>
</body>
</html>