Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab

This commit is contained in:
James Graham
2015-03-27 09:18:12 +00:00
parent 1a81b18b9f
commit 2c9faf5363
91915 changed files with 5979820 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
<style type="text/css">
div.control {
font-size: 2em;
background-color: orange;
}
img {
margin-left: -300px;
}
/* inline-block */
.inline-block {
display: inline-block;
}
.descendant-block {
display: block;
height: 1em;
background-color: yellow;
padding-left: 1em;
padding-right: 1em;
}
</style>
</head>
<body>
<p>Test passes if ...</p>
<ol>
<li>the bottom of glyph 'L' and the bottom of yellow square is touching a thin blue line in each 7 orange rectangles and</li>
<li>all 7 orange rectangles are <strong>identical</strong>.</li>
</ol>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled"></p>
</div>
</body>
</html>