blob: 24e24a40cc708e1e6176a81f15f41fc9e7d87b5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<title>-webkit-rtl-ordering</title>
</head>
<body>
<p>
This tests for a regression against <i><a href="https://bugs.webkit.org/show_bug.cgi?id=6334">http://bugzilla.opendarwin.org/show_bug.cgi?id=6334</a> REGRESSION: <input type="button"> text is reversed on "visual Hebrew" pages</i>.
</p>
<hr>
<p>The text on both buttons should like this: �����</p>
<button>�����</button>
<br>
<input type="button" value="�����">
<hr>
<p>The following lines should be identical:</p>
<p style="-webkit-rtl-ordering: logical;">
���� �-21
</p>
<p>
21-� ����
</p>
</body>
</html>
|