Files
servo/tests/wpt/css-tests/css-text-3_dev/xhtml1/reference/text-word-spacing-ref.xht

27 lines
1.4 KiB
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 Text Test: Word Spacing</title>
<link href="mailto:nnethercote@mozilla.com" rel="author" title="Nicholas Nethercote" />
<link href="support/ahem.css" type="text/css" rel="stylesheet" />
<meta content="ahem" name="flags" />
<style>
@font-face {
font-family: Ahem;
src: url(support/Ahem.ttf);
}
/* We use Ahem to avoid very minor differences between the test and the
reference that occur with certain font+platform combinations. */
div { font-family: Ahem; font-size: 20px; }
span.padoneem { padding-left: 1em; }
</style>
</head><body>
<p>Test passes if the space between the words starts at zero and increases by
one on each subsequent line.</p>
<div>ABcDefGhij</div>
<div>A Bc Def Ghij</div>
<div>A &#xA0;Bc &#xA0;Def &#xA0;Ghij</div>
<div>A &#xA0;&#xA0;Bc &#xA0;&#xA0;Def &#xA0;&#xA0;Ghij</div>
<div>A &#xA0;&#xA0;&#xA0;Bc &#xA0;&#xA0;&#xA0;Def &#xA0;&#xA0;&#xA0;Ghij</div>
<div>A &#xA0;&#xA0;&#xA0;&#xA0;Bc &#xA0;&#xA0;&#xA0;&#xA0;Def &#xA0;&#xA0;&#xA0;&#xA0;Ghij</div>
<div>A &#xA0;&#xA0;&#xA0;&#xA0;<span class="padoneem">Bc &#xA0;&#xA0;&#xA0;&#xA0;<span class="padoneem">Def &#xA0;&#xA0;&#xA0;&#xA0;<span class="padoneem">Ghij &#xA0;&#xA0;&#xA0;&#xA0;<span class="padoneem"></span></span></span></span></div>
</body></html>