Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-load-while-styleresolver-missing-expected.html
blob28ca74cc2581bd9c3d081ec4410b5ad3b804aeaf
1 <!DOCTYPE html>
2 <style id='second'>
3 #limited {
4 color: green;
7 @font-face {
8 font-family: 'myahem';
9 src: url(../../resources/Ahem.ttf);
11 </style>
12 <div id='limited'></div>
13 <div style='font-family: myahem'>
14 Test for crbug.com/369401: if fonts are loaded while StyleResolver is missing, the fonts are not rendered.
15 </div>