lang-specific-style-1.html 488 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  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 lang="en"><ruby><rb>base x x<rt>text x x</ruby></p>
  10. <p lang="ja"><ruby><rb>base x x<rt>text x x</ruby></p>
  11. <p lang="zh-CN"><ruby><rb>base x x<rt>text x x</ruby></p>
  12. <p lang="zh-TW"><ruby><rb>base x x<rt>text x x</ruby></p>
  13. </body>
  14. </html>