text-overflow-string-004-ref.html (521B)
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 text-emphasis: dot; 14 } 15 </style> 16 <body> 17 <p>Test passes if text-emphasis is only on a black rectangle, not on the <strong>123</strong></p> 18 <div> 19 <span>Test</span>123 20 </div> 21 </body>