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

@@ -26,9 +26,9 @@ border: 0;
padding: .5em;
}
dt {
dt {
background-color: rgb(204,0,0);
margin: 0;
margin: 0;
padding: 1em;
width: 10.638%; /* refers to parent element's width of 47em. = 5em or 50px */
height: 28em;
@@ -81,12 +81,12 @@ background-color: black;
color: white;
}
form {
form {
margin: 0;
display: inline;
}
p {
p {
margin: 0;
}
@@ -132,47 +132,47 @@ font-size: 1em;
<body>
<dl>
<dt>
toggle
toggle
</dt>
<dd>
<ul>
<li>
the way
the way
</li>
<li id="bar">
<p>
the world ends
the world ends
</p>
<form action="./" method="get">
<p>
bang
bang
<input type="radio" name="foo" value="off">
</p>
<p>
whimper
whimper
<input type="radio" name="foo2" value="on">
</p>
</form>
</li>
<li>
i grow old
i grow old
</li>
<li id="baz">
pluot?
pluot?
</li>
</ul>
<blockquote>
<address>
bar maids,
bar maids,
</address>
</blockquote>
<h1>
sing to me, erbarme dich
sing to me, erbarme dich
</h1>
</dd>
</dl>
<p style="color: black; font-size: 1em; line-height: 1.3em; clear: both">
This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1 agents should be able to render the document elements above this paragraph indistinguishably (to the pixel) from this
This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1 agents should be able to render the document elements above this paragraph indistinguishably (to the pixel) from this
<a class="a" href="support/css1test5526c.png">reference rendering,</a>
(except font rasterization and form widgets). All discrepancies should be traceable to CSS1 implementation shortcomings.
Please <a class="b" href="mailto:public-css-testsuite@w3.org">report any errors</a> you find between the CSS and the reference rendering.