text-overflow-string-006.tentative-ref.html (506B)
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-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 an "<strong>שלום 1234</strong>" after a black rectangle below.</p> 17 <div> 18 <span>Tes</span>שלום 1234 19 </div> 20 </body>