summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/text-orientation-initial.html
blob: 434e14ccb88f8fde666c7ab646bf882a15bea294 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel=help href="https://drafts.csswg.org/css-writing-modes-4/#text-orientation">
<link rel=help href="https://crbug.com/1081659">
<link rel="match" href="text-orientation-initial-ref.html">
<div style="writing-mode:vertical-rl;text-orientation:upright">
  <div style="text-orientation:initial">
    vertical
  </div>
</div>