mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
365 B
HTML
12 lines
365 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Testcase for bug 142233</title>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- In Mozilla 1.0, LTR (English) letters typed into the input field below
|
||
|
will appear in reverse (RTL) order, but they should be in LTR order -->
|
||
|
<input dir="rtl" style="text-align: left" value="abc">
|
||
|
</body>
|
||
|
</html>
|