blob: a65d5b6de578ebd774c9e6b0caa5a41b3753f7a7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("../../../resources/Ahem.otf");
}
</style>
</head>
<body>
This test makes sure that local() doesn't find a user-installed font, and that
local() will be skipped if it lists a user-installed font.
The test passes if you see some black boxes below (and no text below).
<div style="font: 48px 'WebFont';">Hello, World</div>
</body>
</html>