summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1803999-1.html
blob: eb6fbb5999d28209ce46eacb573110bbc8292abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<style>
div {
  margin: 10px;
  width: 2ic;
  height: 1ic;
  background: blue;
  /* Examples of Windows and macOS fonts that include vertical metrics: */
  font: 20px Yu Gothic, Yu Mincho, SimSun, Meiryo, Hiragino Sans, STSong, sans-serif;
}
#test {
  writing-mode: vertical-rl;
}
</style>
<p>Both blocks should be the same size:</p>
<div></div>
<div id=test></div>