Adding test for bug 142233.

This commit is contained in:
bzbarsky%mit.edu 2006-11-11 06:55:36 +00:00
parent 715c457c96
commit 1044a9b2b9
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,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="ltr" style="text-align: left" value="abc">
</body>
</html>

View File

@ -0,0 +1,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>

View File

@ -4,6 +4,7 @@
!= data:text/plain,HELLO about:blank
# bugs/
== bugs/142233-1.html bugs/142233-1-ref.html
== bugs/339289-1.html bugs/339289-1-ref.html
== bugs/351641-1a.html bugs/351641-1-ref.html
== bugs/351641-1b.html bugs/351641-1-ref.html