blob: 321ae0c1f7a7fda62929b5f2cb6c8566b5f18f93 [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
@import "support/MetricsTestFont.css";
body {
font: 100px/1 MetricsTestFont;
}
.spacer {
background: lightgray;
block-size: 100px;
}
.target-first {
margin-block: -60px 50px;
}
.target-second {
margin-block: 50px 0px;
}
</style>
<div class="spacer"></div>
<div class="target-first">ApÉx</div>
<div class="spacer"></div>
<div class="target-second">ApÉx</div>
<div class="spacer"></div>