1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ruby/ruby-bidi-004-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

22 lines
435 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Ruby reference</title>
<style>
div { font-size: 50px; }
rb, rt, span { unicode-bidi: isolate; }
</style>
<p>All three examples should look the same:</p>
<div>
<p>
<ruby dir=rtl>&#x6F1; &#x6F2; &#x6F3;<rt>1 2 3</rt></ruby>
</p>
<p>
<ruby dir=rtl>&#x6F1; &#x6F2; &#x6F3;<rt>1 2 3</rt></ruby>
</p>
<p>
<ruby dir=rtl>&#x6F1; &#x6F2; &#x6F3;<rt>1 2 3</rt></ruby>
</p>
</div>