blob: fd94a62eac382b947c0e417afb00ae60f6f8defc [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<title>-webkit-rtl-ordering</title>
<style>
@font-face {
font-family: 'times';
src: local('Times');
}
/* Match Mac OS X's font fallback behavior on Windows */
@font-face {
font-family: 'times';
src: local('Lucida Grande');
/* Hebrew */
unicode-range: U+0590-05FF;
}
</style>
</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: &lt;input type="button"&gt; 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>