blob: cd7a7dff76f9d5c08b3eb5bd1d593a9a47825eae [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Ahem";
src: url("../../resources/Ahem.ttf");
}
#expected {
font: 20px/1 "Ahem";
overflow: hidden;
}
</style>
</head>
<body>
<div id="expected">ab</div>
</body>
</html>