dir_auto-pre-N-EN-ref.html (1010B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com" /> 6 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com" /> 7 <style> 8 body { 9 font-size:18px; 10 text-align:left; 11 } 12 .test, .ref { 13 border: medium solid gray; 14 width: 400px; 15 margin: 20px; 16 } 17 .comments { 18 display: none; 19 } 20 </style> 21 </head> 22 <body> 23 <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div> 24 <div class="test"> 25 <div dir="ltr"> 26 <pre dir="ltr"> 27 @123! 28 </pre> 29 </div> 30 <div dir="rtl"> 31 <pre dir="ltr"> 32 @123! 33 </pre> 34 </div> 35 </div> 36 <div class="ref"> 37 <div dir="ltr"> 38 <pre dir="ltr"> 39 @123! 40 </pre> 41 </div> 42 <div dir="rtl"> 43 <pre dir="ltr"> 44 @123! 45 </pre> 46 </div> 47 </div> 48 </body> 49 </html>