content-visibility-on-ruby-ref.html (269B)
1 <!DOCTYPE html> 2 <html> 3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 4 <style> 5 ruby { 6 font: 25px/1 Ahem; 7 } 8 </style> 9 <body> 10 <p>Test passes if both base and annotation are visible</p> 11 <ruby>base<rt>annotation</rt></ruby> 12 </body> 13 </html>