1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/dirAuto/839886-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 + <head> 1.7 + <meta charset="utf-8"> 1.8 + <title>dir="auto" and inputs</title> 1.9 + </head> 1.10 + <body> 1.11 + <p>The next three lines should be left-to-right:</p> 1.12 + <div dir="ltr"><input value="abcdefghi"> is left-to-right.</div> 1.13 + <div dir="ltr"><input value="ابتثجحخدذ"> is right-to-left.</div> 1.14 + <div dir="ltr"><input value="!()*;<=>?"> is neutral.</div> 1.15 + <p dir="rtl">The next three lines should be right-to-left:</p> 1.16 + <div dir="rtl"><input value="abcdefghi"> שמאל-ימין.</div> 1.17 + <div dir="rtl"><input value="ابتثجحخدذ"> ימין-שמאל.</div> 1.18 + <div dir="rtl"><input value="!()*;<=>?"> נייטראלי.</div> 1.19 + </body> 1.20 +</html>