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

18 lines
343 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("../../../resources/Ahem.otf") format("woff2-variations"), local("Helvetica");
}
</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>