mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
19 lines
No EOL
676 B
HTML
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> |