eol-spaces-bidi-alt-004-ref.html (535B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Text 3 test reference</title> 4 <link rel="author" title="Andreu Botella" href="mailto:abotella@igalia.com"> 5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 6 7 <style> 8 div#test { 9 font: 20px/1 Ahem; 10 margin-left: 20px; 11 background: green; 12 13 width: 4ch; 14 white-space: pre; 15 } 16 </style> 17 <p>Test passes if a blue box (the white space) is visible at the left start in first line and <strong>no red</strong> is shown.</p> 18 <div id="test"> <br> </div>