summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1248248-1-orientation-break-glyphrun-ref.html
blob: 60b02f4c3f833789748cd05da6031a15a03c00ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
@font-face {
  font-family: test;
  src: url('../fonts/gw1270797.ttf') format("truetype");
}
html {
  font-size: 72pt;
  font-family: test, sans-serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
</style>
</head>
<body>
&#xFA19;&#xFA19;&#xFA19;&#xFA19;
</body>
</html>