blob: dcf91a5cee68b49f558925db55d51231d6c70c1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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 Ellipsis Reference</title>
<style>
div { font-size:10px; }
span { font-family:Ahem; font-size:30px; }
</style>
</head>
<body>
<p>PREREQUISITE: The font used must have a glyph for the U+2026 character.</p>
<p>Test passes if there is <strong>ellipsis</strong> after a black square.</p>
<div>
<span>A</span>�
</div>
</body></html>
|