repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-load-while-styleresolver-missing-expected.html
blob
28ca74cc2581bd9c3d081ec4410b5ad3b804aeaf
1
<!DOCTYPE
html
>
2
<style
id='second'
>
3
#limited {
4
color: green;
5
}
6
7
@font-face {
8
font-family: 'myahem';
9
src: url(../../resources/Ahem.ttf);
10
}
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>
16