blob: af3a5a43a3c1e023d00ccad48291e8b8bf21ad6d [file]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: "WebFont";
src: url("resources/ahem.woff2") format("woff2");
}
</style>
</head>
<body>
This test makes sure that fallback fonts, when the primary font is a web font that doesn't support the requested character, are visible when rendered by the GPU process. The test passes if you see something visually below.
<div style="font: 48px 'WebFont';">δΈ­</div>
</body>
</html>