text-align-007-ref.html (363B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text Test Reference File</title> 4 <link rel="author" title="Intel" href="http://www.intel.com"> 5 <style> 6 div { 7 border: 1px solid blue; 8 direction: rtl; 9 } 10 </style> 11 <body> 12 <p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p> 13 <div>Filler Text</div> 14 </body>