blob: 08c5d8f76371dd1d5324e6ec52618e8d97f12ec4 [file] [log] [blame]
<head>
<style>
@font-face {
font-family: 'custom';
src: url(firstInvalidURL), url(secondInvalidURL), local('Ahem');
}
</style>
</head>
<body>
<div style="font-family: 'custom'; font-size: 20px; color: green; background-color: red; width: 5em;">
_fail
fail_
_fail
fail_
_fail
</div>
<script src="resources/wait_for_async_local_fonts.js"></script>
</body>