text-align-006-ref.html (342B)
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 } 9 </style> 10 <body> 11 <p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p> 12 <div>Filler Text</div> 13 </body>