| <!DOCTYPE html> |
| <meta charset="UTF-8"> |
| <title>test reference</title> |
| <style> |
| ruby { |
| ruby-overhang: spaces; |
| ruby-align: center; |
| } |
| span { |
| writing-mode: vertical-lr; |
| font-size: 20px; |
| border-top: 5px solid; |
| border-bottom: 5px solid; |
| width: max-content; |
| } |
| .test { border-color: orange; } |
| .measure { border-color: blue; } |
| </style> |
| <body lang="ja"> |
| <p>Test passes if orange and blue lines are aligned. |
| </br> |
| <span class=test>あ<ruby> あ <rt>ああああああ</ruby>あ</span><span class=test>あ<ruby> あ <rt>ああああああ</ruby>あ</span><span class=measure>あ あ あ</span> |
| </body> |