Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham
2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View File

@@ -1,68 +0,0 @@
<!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>
<style type="text/css">
@page { font: italic 8pt sans-serif; color: gray;
margin: 7%;
counter-increment: page;
@top-left { content: "CSS Writing Modes Module Level 3 CR Test Suite"; }
@top-right { content: "Test vertical-alignment-004-ref"; }
@bottom-right { content: counter(page); }
}
</style>
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com" />
<style type="text/css"><![CDATA[
p.control {
font-size: 2em;
background-color: orange;
}
/* vertical-align */
img {
vertical-align: sub;
}
img.line {
margin-left: -230px;
}
]]></style>
</head>
<body>
<p>Test passes if ...</p>
<ol>
<li>the bottom of glyph 'L' is touching a thin blue line in each 7 orange rectangles and</li>
<li>the bottom edge of yellow square is aligned to a thin blue line in each 7 orange rectangles and</li>
<li>all 7 orange rectangles are <strong>identical</strong>.</li>
</ol>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
<p class="control"><sub>LLLLLLLLLLLLL</sub>
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled" />
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" />
</p>
</body>
</html>