blob: 15020186652d4276694e6aa8f283afe4ee7c14db [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("../../resources/Ahem.ttf") format("truetype");
}
</style>
</head>
<body>
This test makes sure that an @font-face with an invalid primary font file is rendered. The test passes if you see something other than this text on the page.
<div style="font: 48px 'WebFont';">Hello</div>
</body>
</html>