forked from w3c/csswg-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
text-baseline-001-ref.xht
33 lines (32 loc) · 1.56 KB
/
text-baseline-001-ref.xht
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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 Reftest Reference</title>
<link rel="author" title="Hajime Shiozawa" href="mailto:[email protected]" />
<style type="text/css"><![CDATA[
div > p {
font-size: 2em;
background-color: orange;
}
img {
margin-left: -210px;
}
]]></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>all 7 orange rectangles are <strong>identical</strong>.</li>
</ol>
<div>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
<p>LLLLLLLLLL<img src="support/blue-horiz-line-220x1.png" alt="Image download support must be enabled" /></p>
</div>
</body>
</html>