Files
servo/tests/wpt/css-tests/css21_dev/xhtml1print/direction-unicode-bidi-015.xht

39 lines
1.8 KiB
HTML

<!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><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>CSS Test:default context, direction rtl, unicode-bidi override</title>
<style type="text/css">
@page { font: italic 8pt sans-serif; color: gray;
margin: 7%;
counter-increment: page;
@top-left { content: "CSS 2.1 Conformance Test Suite"; }
@top-right { content: "Test direction-unicode-bidi-015"; }
@bottom-right { content: counter(page); }
}
</style>
<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=15" />
<meta name="flags" content="" />
<meta name="assert" content="In the default context, if unicode-bidi:bidi-override and direction:rtl are applied to an inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from left to right." />
<style type="text/css">
.test span { direction: rtl; 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">i18n activity "<span>نشاط التدويل، W3C</span>"!</div>
<p><img src="support/direction-unicode-bidi-004.png" alt="reference graphic" /></p><div dir="ltr">
</div>
</body>
</html>