mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Adding test for bug 142233.
This commit is contained in:
parent
715c457c96
commit
1044a9b2b9
11
layout/reftests/bugs/142233-1-ref.html
Normal file
11
layout/reftests/bugs/142233-1-ref.html
Normal 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>
|
11
layout/reftests/bugs/142233-1.html
Normal file
11
layout/reftests/bugs/142233-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user