summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-022.xht
blob: 9b3b0d1b5ba0318447ed0320f1fb5f916c6aa9f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test:on element, direction ltr, unicode-bidi override</title>
<link rel='author' title='Richard Ishida' href='http://rishida.net' />
<link rel='help' href='http://www.w3.org/TR/CSS21/visuren.html#direction' />
<link rel='alternate' href='http://www.w3.org/International/tests/tests-html-css/tests-direction-unicode-bidi/generate?test=22' />
<meta name="assert" content="direction:ltr and unicode-bidi:bidi-override on a block element will cause the text to be left-aligned, and all text to be displayed in backing-store order from left to right." />
<style type='text/css'>
.test { direction: ltr; unicode-bidi: bidi-override; }

/* the CSS below is not part of the test */
.test { font-size: 28px; font-family: serif; }
img { margin-left: 14px; margin-right: 10px;  }
</style>
</head>
<body>
<div dir='ltr'>
<p class="instructions"><span class="instructionsymbol"><img src="support/same.png" alt="same" /></span> Test passes if characters are in the same order.</p></div>



<div class="test">W3C نشاط التدويل i18n activity!</div>


<p><img src="support/direction-unicode-bidi-020.png" alt="reference graphic" /></p><div dir='ltr'>
</div>
</body>
</html>