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

@@ -17,29 +17,29 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
body {margin: 8px;}
body {margin: 8px;}
p
{
font: 1em/1.25 serif;
margin: 1em 0em;
margin: 1em 0em;
}
div
{
background-color: yellow;
height: 209px;
position: relative;
}
img#blue-square, img#vertical-ruler {vertical-align: top;}
img#black-stripe
{
bottom: 0px;
position: absolute;
}
]]></style>
}
]]></style>
</head>
@@ -48,7 +48,7 @@
<p>Test passes if the bottom edge of the blue square is flush with the 100px<br />
line and if the top edge of the black stripe is flush with the 200px line.</p>
<div><img id="blue-square" src="../support/blue15x15.png" width="100" height="100" alt="Image download support must be enabled" /><img id="vertical-ruler" src="../support/ruler-v-100px-200px.png" width="55" height="250" alt="Image download support must be enabled" /><img id="black-stripe" src="../support/black15x15.png" width="345" height="10" alt="Image download support must be enabled" />
<div><img id="blue-square" src="../support/blue15x15.png" width="100" height="100" alt="Image download support must be enabled" /><img id="vertical-ruler" src="../support/ruler-v-100px-200px.png" width="55" height="250" alt="Image download support must be enabled" /><img id="black-stripe" src="../support/black15x15.png" width="345" height="10" alt="Image download support must be enabled" />
</div>
</body>