tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / rtl-ordering.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
4 <title>-webkit-rtl-ordering</title>
5 <style>
6 @font-face {
7     font-family: 'times';
8     src: local('Times');
9 }
10
11 /* Match Mac OS X's font fallback behavior on Windows */
12
13 @font-face {
14     font-family: 'times';
15     src: local('Lucida Grande');
16     /* Hebrew */
17     unicode-range: U+0590-05FF;
18 }
19 </style>
20 </head>
21 <body>
22 <p>
23 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: &lt;input type="button"&gt; text is reversed on "visual Hebrew" pages</i>.
24 </p>
25 <hr>
26 <p>The text on both buttons should like this: øåúôë</p>
27 <button>øåúôë</button>
28 <br>
29 <input type="button" value="ëôúåø">
30 <hr>
31 <p>The following lines should be identical:</p>
32 <p style="-webkit-rtl-ordering: logical;">
33 äîàä ä-21
34 </p>
35 <p>
36 21-ä äàîä
37 </p>
38 </body>
39 </html>