text-overflow-string-002-ref.html (514B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Basic User Interface Reference File</title> 4 <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com"> 5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 6 <style> 7 div { 8 font-family: Ahem; 9 font-size: 10px; 10 } 11 span { 12 font-family: Ahem; 13 font-size: 30px; 14 } 15 </style> 16 <body> 17 <p>Test passes if the two blocks are the same</p> 18 <div> 19 <span>T</span>12 20 </div> 21 <br/> 22 <div> 23 <span>T</span>12 24 </div> 25 </body>