Mypal/layout/reftests/writing-mode/1302734-bidi-plaintext-2b.html

13 lines
266 B
HTML

<!DOCTYPE html>
<style>
div {
width: 50px;
height: 100px;
border: 1px solid gray;
display: inline-block;
writing-mode: vertical-rl;
}
</style>
<!-- direction:rtl should make the text bottom-aligned (i.e. line-right) -->
<div style="direction:rtl;">x</div>