summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-028.xht
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-028.xht')
-rw-r--r--testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-028.xht31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-028.xht b/testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-028.xht
new file mode 100644
index 0000000000..3f3a4b83e5
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/i18n/visuren/direction-unicode-bidi-028.xht
@@ -0,0 +1,31 @@
+<?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:inner block converted to inline</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=28' />
+<meta name="assert" content="When direction:rtl and unicode-bidi:bidi-override is set on a block element containing block and inline elements, and CSS is used to change the block element to an inline element, the direction of all the text will be overridden." />
+<style type='text/css'>
+.test { direction: rtl; unicode-bidi: bidi-override; }
+.test div { display: inline; unicode-bidi: normal; } /* default HTML stylesheet sets unicode-bidi */
+
+/* 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"><div>W3C نشاط التدويل i18n activity!</div>W3C نشاط التدويل i18n activity!</div>
+
+
+<p style="text-align:right"><img src="support/direction-unicode-bidi-028.png" alt="reference graphic" /></p><div dir='ltr'>
+</div>
+</body>
+</html>