gecko-dev/layout/reftests/text/text-align-last-start.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
279 B
HTML
Raw Normal View History

2012-01-12 17:52:17 +00:00
<!DOCTYPE html>
<html>
<head>
<title>text-align-last</title>
<meta charset="utf-8">
<style type="text/css">
p {
text-align: end;
text-align-last: start;
2012-01-12 17:52:17 +00:00
}
</style>
</head>
<body>
<p>Lorem ipsum</p>
<p dir="rtl">אמר המחבר</p>
</body>
</html>