blob: 3117695bf2e53351a7b5fd939175c97b0741957e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "MyFont";
src: url("../../../resources/Ahem.ttf") format("truetype");
}
</style>
</head>
<body>
This test makes sure that text being drawn during the "block" period after the font finishes loading is rendered as visible. The test passes if you see a black rectangle below.
<div style="font: 100px 'MyFont';">Hello</div>
</body>
</html>