blob: f928601d7534655c62f53f583599e7583a8db98f [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
@import "support/MetricsTestFont.css";
.spacer {
background: lightgray;
block-size: 100px;
}
.target, .float {
font: 50px/1 MetricsTestFont;
}
.float {
float: left;
width: 100px;
height: 100px;
background: yellow;
}
.clear { clear: both; }
</style>
<div class="float">F<br>F</div>
<div class="target">
ApÉx
<br class="clear">
</div>
<div class="spacer"></div>