summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-size-adjust-text-orientation-ref.html
blob: 007e9befad36dcec54f43c2d459a1735b8c7c091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<meta charset="UTF-8">
<title>font-size-adjust and text-orientation</title>
<link rel="author" title="ChangSeok Oh" href="mailto:changseok@webkit.org" />
<link rel="help" href="https://www.w3.org/TR/css-fonts-5/#font-size-adjust-prop" />
<style>
@font-face {
  font-family: IcTestFullWidth;
  src: url(../css-values/resources/IcTestFullWidth.woff2);
}
div {
  font-family: IcTestFullWidth;
  font-size: 40px;
  font-size-adjust: ic-width 1.0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
</style>
<div></div>