mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
18 lines
No EOL
650 B
HTML
18 lines
No EOL
650 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl"><head>
|
|
<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=rtl is
|
|
equivalent to text-align: start" name="assert">
|
|
<link href="reference/text-align-match-parent-root-rtl-ref.htm" rel="match">
|
|
<style type="text/css">
|
|
html { text-align: match-parent; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>This line should be aligned right</p>
|
|
|
|
|
|
</body></html> |