ruby-reflow-001-transparentruby.html (749B)
1 <!DOCTYPE html> 2 <html style="overflow:hidden;"> 3 <head> 4 <title>CSS Test: Ruby Base Frames Reflowed</title> 5 <link rel="author" title="Sam Bowen" href="mailto:sgbowen8@gmail.com"> 6 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 7 <link rel="help" href="http://www.w3.org/TR/2014/WD-css-ruby-1-20140805/"> 8 <link rel="match" href="ruby-reflow-001-noruby.html"> 9 <meta name="assert" content="Test checks that ruby bases are reflowed."> 10 <meta charset="UTF-8"> 11 <link rel="stylesheet" href="support/ruby-common.css"> 12 <style> 13 body { line-height: 3; } 14 rtc { color: transparent; } 15 </style> 16 </head> 17 <body> 18 <ruby> 19 <rbc><rb>新</rb><rb>幹</rb><rb>線</rb></rbc> 20 <rtc><rt>しん</rt><rt>かん</rt><rt>せん</rt></rtc> 21 </ruby> 22 </body> 23 </html>