servo/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-ltr.htm

19 lines
No EOL
676 B
HTML

<!DOCTYPE html>
<html dir="ltr"><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.htm" rel="match">
<style type="text/css">
html { text-align: match-parent; }
</style>
</head>
<body>
<p>This line should be aligned left</p>
</body></html>