Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab

This commit is contained in:
James Graham
2015-03-27 09:18:12 +00:00
parent 1a81b18b9f
commit 2c9faf5363
91915 changed files with 5979820 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<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="flags" content="">
<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>