Bug 706194 - Followup to fix bad qimport; a=tests-only

This commit is contained in:
Ed Morley 2012-04-23 11:49:26 +01:00
parent 74e8ff12b9
commit c8dca21e5a
11 changed files with 19 additions and 19 deletions

View File

@ -13,7 +13,7 @@ In this example, usernames are shown along with the number of posts that the use
<ul>
<li><bdo dir="ltr">User jcranmer: 12 posts.</bdo>
<li><bdo dir="ltr">User hober: 5 posts.</bdo>
<li><bdo dir="ltr">User ????: 3 posts.</bdo>
<li><bdo dir="ltr">User نايإ: 3 posts.</bdo>
</ul>
</body>
</html>

View File

@ -13,7 +13,7 @@ In this example, usernames are shown along with the number of posts that the use
<ul>
<li>User <bdi>jcranmer</bdi>: 12 posts.
<li>User <bdi>hober</bdi>: 5 posts.
<li>User <bdi>????</bdi>: 3 posts.
<li>User <bdi>إيان</bdi>: 3 posts.
</ul>
</body>
</html>

View File

@ -3,7 +3,7 @@ function buildTable()
var seed = 0;
var neutrals = ['"', ")", "("];
var strongRTLs = ['?', '?', '?', '?', '?', '?', '?'];
var strongRTLs = ['א', 'ב', 'ג', 'ד', 'ה', 'ו', '];
var strongLTRs = ['a', 'b', 'c', 'd', 'e', 'f', 'g'];
var neutral = function() { return neutrals[seed++ % neutrals.length]; }
var strongRTL = function() { return strongRTLs[seed++ % strongRTLs.length]; }

View File

@ -7,18 +7,18 @@
<div>
!hello.<br>
<span dir=rtl>
!????.
!שלום.
</span><br>
<span dir=ltr>
hello, ???!
hello, לוי!
</span><br>
<span dir=rtl>
????, WebKit!</span><br>
שלום, WebKit!</span><br>
<pre>
a
(
!WebKit ,????
hello, ???!
!WebKit ,שלום
hello, לוי!
)
</pre>
</div>

View File

@ -11,7 +11,7 @@ The exclamation mark should be on the left side of the first line
and on the right side of the second line.
</div>
<textarea rows=4 cols=50 dir=auto>
????!
שלום!
hello!
</textarea>
</body></html>

View File

@ -16,7 +16,7 @@ The exclamation mark should be on the left side of the first line
and on the right side of the second line.
</div>
<textarea rows=4 cols=50 class="plaintext">
????!
שלום!
hello!
</textarea>
</body></html>

View File

@ -16,7 +16,7 @@ The exclamation mark should be on the left side of the first line
and on the right side of the second line.
</div>
<textarea rows=4 cols=50 dir="ltr" class="plaintext">
????!
שלום!
hello!
</textarea>
</body></html>

View File

@ -16,7 +16,7 @@ The exclamation mark should be on the left side of the first line
and on the right side of the second line.
</div>
<textarea rows=4 cols=50 dir="rtl" class="plaintext">
????!
שלום!
hello!
</textarea>
</body></html>

View File

@ -13,7 +13,7 @@ The exclamation mark should be on the left side of the first line
and on the right side of the second line.
</div>
<textarea rows=4 cols=50 dir=ltr>
&#x202b;????!&#x202c;
&#x202b;שלום!&#x202c;
&#x202a;hello!&#x202c
</textarea>
</body></html>

View File

@ -10,17 +10,17 @@ div, pre { text-align: left; }
<div style="unicode-bidi: -webkit-plaintext; unicode-bidi: -moz-plaintext; unicode-bidi: plaintext;">
!hello.
<br>
!????.
!שלום.
<br>
hello, ???!
hello, לוי!
<br>
????, WebKit!
שלום, WebKit!
</div>
<pre dir="auto">
a
(
????, WebKit!
hello, ???!
שלום, WebKit!
hello, לוי!
)
</pre>
</body>

View File

@ -76,4 +76,4 @@ var tests = [
</script>
</pre>
</body>
</html>
</html>