line-break-suppression-4.html 267 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bug 1149009 - Line break suppression on whitespaces wrapped but not contained in ruby boxes</title>
  6. </head>
  7. <body>
  8. <span style="white-space: pre"><rb>a</rb>
  9. <rb>b</rb></span>
  10. </body>
  11. </html>