summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1803999-1-ref.html
blob: 6c41d5c2bb7f383b17207f93442ecf090b635739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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;
}
</style>
<p>Both blocks should be the same size:</p>
<div></div>
<div></div>