ruby-reflow-001-noruby.html (553B)
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 <meta name="assert" content="Test checks that ruby bases are reflowed."> 9 <meta charset="UTF-8"> 10 <link rel="stylesheet" href="support/ruby-common.css"> 11 <style> 12 body { line-height: 3; } 13 </style> 14 </head> 15 <body> 16 新幹線 17 </body> 18 </html>