servo/tests/wpt/css-tests/css-ui-3_dev/xhtml1print/reference/text-overflow-ref.xht

16 lines
No EOL
520 B
HTML

<!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>