tenfourfox/layout/reftests/bugs/142233-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>