text-overflow-001-ref.html (458B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Basic User Interface Reference File</title> 4 <link rel="author" title="Intel" href="http://www.intel.com/"> 5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 6 <style> 7 div { 8 font-size: 10px; 9 } 10 span { 11 font-family: Ahem; 12 font-size: 30px; 13 } 14 </style> 15 <body> 16 <p>Test passes if there is a <strong>black rectangle</strong> below.</p> 17 <div> 18 <span>Test</span> 19 </div> 20 </body>