mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
49 lines
968 B
HTML
49 lines
968 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>CSS Test: text-align and bidi</title>
|
|
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
|
|
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/003.html" type="text/html">
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop">
|
|
<style type="text/css">
|
|
p { color: blue; }
|
|
.test { margin: 1em; border: solid; width: 15em; font: 2em/1 monospace; text-align: justify; direction: rtl; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The text below should be justified to fit in the box (straight edges on all sides).</p>
|
|
<div class="test">
|
|
א
|
|
א
|
|
X
|
|
אא
|
|
אאאא
|
|
XX
|
|
א
|
|
א
|
|
X
|
|
|
|
XX
|
|
אא
|
|
XXX
|
|
אאא
|
|
אאא
|
|
אא
|
|
XX
|
|
|
|
אאא
|
|
אאא
|
|
XXXX
|
|
אאאא
|
|
XXX
|
|
אאא
|
|
|
|
XXXX
|
|
אאאא
|
|
אא
|
|
XX
|
|
אאאא
|
|
אבגד
|
|
</div>
|
|
</body>
|
|
</html> |