lang-specific-style-1-ref.html 636 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bug 1133624 - Test for lang-specific default stylesheet for ruby</title>
  6. <link rel="stylesheet" href="common.css">
  7. </head>
  8. <body style="font: 200%/normal Ahem !important">
  9. <p><ruby><rb>base x x<rt style="ruby-align: space-around; font-size: 50%">text x x</ruby></p>
  10. <p><ruby><rb>base x x<rt style="ruby-align: space-around; font-size: 50%">text x x</ruby></p>
  11. <p><ruby><rb>base x x<rt style="ruby-align: center; font-size: 50%">text x x</ruby></p>
  12. <p><ruby><rb>base x x<rt style="ruby-align: center; font-size: 30%">text x x</ruby></p>
  13. </body>
  14. </html>