summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/142233-1.html
blob: f3b2a84e58d512e6cc1aa4e33983f55a2ffe5046 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>