Files
servo/tests/wpt/css-tests/css21_dev/html4/direction-unicode-bidi-019.htm

30 lines
1.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Test:rtl context, direction none, 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=19">
<meta name="flags" content="">
<meta name="assert" content="In a RTL context, if unicode-bidi:bidi-override and no direction are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from right to left.">
<style type="text/css">
.test { direction: rtl; } .test span { 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">نشاط التدويل "<span>i18n activity, اختبار</span>"!</div>
<p style="text-align:right"><img src="support/direction-unicode-bidi-012.png" alt="reference graphic"></p><div dir="ltr">
</div>
</body>
</html>