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

13 lines
295 B
HTML

<!DOCTYPE html>
<style>
div {
width: 50px;
height: 100px;
border: 1px solid gray;
display: inline-block;
writing-mode: vertical-rl;
}
</style>
<!-- unicode-bidi:plaintext should resolve to RTL, ignoring the dir attribute -->
<div dir="ltr" style="unicode-bidi:plaintext;">&rlm;x</div>