summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html
blob: 989415e3eee027b9acd9b8dae8ee0e88a9933b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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 direction property -->
<div style="direction:ltr; unicode-bidi:plaintext;">&rlm;x</div>