haikuwebkit/LayoutTests/fast/text/variations/font-face-format-woff2-expe...

18 lines
311 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("../../../resources/Ahem.otf") format("woff");
}
</style>
</head>
<body>
This test passes of you see a black rectangle below.
<div style="font-size: 36px;">
<p style="font-family: 'WebFont';">Hello</p>
</div>
</body>
</html>