mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00: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>
|