blob: ac079afe920752214d3dc996a0b99265bb4943bd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "AhemErroneousMonospace";
src: url("resources/AhemErroneousMonospace.ttf") format("truetype");
}
</style>
</head>
<body>
The test passes if there is no red shown below.
<div><span style="font: 50px 'AhemErroneousMonospace'; background: red; -webkit-font-smoothing: none;">aaaa</span></div>
</body>
</html>