1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/142233-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<html> 1.5 +<head> 1.6 +<title>Testcase for bug 142233</title> 1.7 +<meta http-equiv="content-type" content="text/html; charset=iso-8859-8"> 1.8 +</head> 1.9 +<body> 1.10 +<!-- In Mozilla 1.0, LTR (English) letters typed into the input field below 1.11 + will appear in reverse (RTL) order, but they should be in LTR order --> 1.12 +<input dir="ltr" style="text-align: left" value="abc"> 1.13 +</body> 1.14 +</html>