servo/tests/wpt/css-tests/css-text-3_dev/xhtml1print/text-align-match-parent-root-ltr.xht

19 lines
No EOL
817 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>CSS Text: text-align: match-parent</title>
<link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu" />
<link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help" />
<meta content="Text checks that
text-align: match-parent on a root element with dir=ltr is
equivalent to text-align: start" name="assert" />
<link href="reference/text-align-match-parent-root-ltr-ref.xht" rel="match" />
<style type="text/css">
html { text-align: match-parent; }
</style>
</head>
<body>
<p>This line should be aligned left</p>
</body></html>