blob: 92aa5915c9e64e3a31f57ed970c83fecff7e59db [file] [edit]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that fallback fonts are used during the time when fonts are loading. The test passes if the next line below reads "Test complete" and all the subsequent statements below are legible and true.
<p id="console">Test complete</p>
<p><span class="test" style="font-family: Helvetica">This is rendered with Helvetica.</span></p>
<p><span class="test" style="font-family: Helvetica">This is rendered with Helvetica.</span></p>
<p><span class="test" style="font-family: Helvetica">This is rendered with Helvetica.</span></p>
</body>
</html>