summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1302734-bidi-plaintext-2-ref.html
blob: 47cdba9edbe1e4a67da78931756a2a0e7599cefc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
div {
  width: 50px;
  height: 100px;
  border: 1px solid gray;
  display: inline-block;
  writing-mode: vertical-rl;
}
</style>
<div style="text-align:end">x</div>