blob: 28ca74cc2581bd9c3d081ec4410b5ad3b804aeaf [file] [log] [blame]
<!DOCTYPE html>
<style id='second'>
#limited {
color: green;
}
@font-face {
font-family: 'myahem';
src: url(../../resources/Ahem.ttf);
}
</style>
<div id='limited'></div>
<div style='font-family: myahem'>
Test for crbug.com/369401: if fonts are loaded while StyleResolver is missing, the fonts are not rendered.
</div>