text-emphasis-style-010-ref.html (799B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Reference File</title> 6 <link rel="author" title="Yu.Taguchi" href="mailto:taguchu@gmail.com"> 7 <!-- link rel="reviewer" title="" href="" --> 8 <style> 9 div { 10 font: 1.5em/2 monospace; 11 } 12 </style> 13 </head> 14 <body> 15 <p>Test passes if ﹅ is above every single character of "Text sample".</p> 16 <div><ruby class="dot">T<rt>﹅</rt>e<rt>﹅</rt>x<rt>﹅</rt>t<rt>﹅</rt></ruby> <ruby class="circle">s<rt>﹅</rt>a<rt>﹅</rt>m<rt>﹅</rt>p<rt>﹅</rt>l<rt>﹅</rt>e<rt>﹅</rt></span></div> 17 </body> 18 </html>