summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/reference/text-combine-upright-sideways-001-ref.html
blob: ede62dcb47a80908937be80ad837973246a68b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS reference file</title>
<style>
.test {
  font: 32px sans-serif;
  writing-mode: sideways-rl;
}
</style>
<body lang="zh">
<p>Test passes if the digits are NOT rotated or compressed to appear horizontally</p>
<div class="test">中文1234中文</div>