1
0
Fork 0
firefox/testing/web-platform/tests/css/css-writing-modes/reference/direction-upright-001.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

71 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<title>Reftest Reference</title>
<meta charset=utf-8>
<style>
body > div {
border: solid silver;
float: left;
margin: 1em;
text-align: right;
font: 20px/1 sans-serif;
}
span { text-orientation: upright; }
hr { clear: both; }
</style>
<p>Test passes if both rows of boxes are identical (order, orientation, and arrangement of contents).
<div style="writing-mode: vertical-rl">
<bdo dir=ltr>
ז <span>ג ד</span> <span>ה ו</span> ב א<br>
٧ <span>٣ ٤</span> <span>٥ ٦</span> ٢ ١
</bdo>
</div>
<div style="writing-mode: vertical-lr">
<bdo dir=ltr>
ז <span>ג ד</span> <span>ה ו</span> ב א<br>
٧ <span>٣ ٤</span> <span>٥ ٦</span> ٢ ١
</bdo>
</div>
<div dir=rtl> א ב ג ד ה ו ז<br>
١ ٢ ٣ ٤ ٥ ٦ ٧
</div>
<div dir=rtl style="writing-mode: sideways-rl">
א ב ג ד ה ו ז<br>
١ ٢ ٣ ٤ ٥ ٦ ٧
</div>
<div dir=rtl style="writing-mode: sideways-lr">
א ב ג ד ה ו ז<br>
١ ٢ ٣ ٤ ٥ ٦ ٧
</div>
<hr>
<div style="writing-mode: vertical-rl">
<bdo dir=ltr>
ז <span>ג ד</span> <span>ה ו</span> ב א<br>
٧ <span>٣ ٤</span> <span>٥ ٦</span> ٢ ١
</bdo>
</div>
<div style="writing-mode: vertical-lr">
<bdo dir=ltr>
ז <span>ג ד</span> <span>ה ו</span> ב א<br>
٧ <span>٣ ٤</span> <span>٥ ٦</span> ٢ ١
</bdo>
</div>
<div dir=rtl> א ב ג ד ה ו ז<br>
١ ٢ ٣ ٤ ٥ ٦ ٧
</div>
<div dir=rtl style="writing-mode: sideways-rl">
א ב ג ד ה ו ז<br>
١ ٢ ٣ ٤ ٥ ٦ ٧
</div>
<div dir=rtl style="writing-mode: sideways-lr">
א ב ג ד ה ו ז<br>
١ ٢ ٣ ٤ ٥ ٦ ٧
</div>