mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 706194 - Followup to fix bad qimport; a=tests-only
This commit is contained in:
parent
74e8ff12b9
commit
c8dca21e5a
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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]; }
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
‫????!‬
|
||||
‫שלום!‬
|
||||
‪hello!‬
|
||||
</textarea>
|
||||
</body></html>
|
||||
|
@ -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>
|
||||
|
@ -76,4 +76,4 @@ var tests = [
|
||||
</script>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user