blob: b626b4bb28f3645bfe33c04cf103df4dc18581b7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals) {
internals.settings.setFontLoadTimingOverride("Failure");
internals.settings.setShouldIgnoreFontLoadCompletions(true);
}
</script>
<style>
@font-face {
font-family: "MyFont";
src: url("../../../resources/Ahem.ttf") format("truetype");
}
</style>
</head>
<body>
This test makes sure that text being drawn during the "failure" period while the font is still loading is rendered as visible. The test passes if there is text below.
<div style="font: 100px 'MyFont';">Hello</div>
</body>
</html>