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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-woff2-expected.html
blob
06e79b20b17fdff776a9cc90d0d119d892f8cf36
1
<style>
2
@font-face {
3
font-family: family1;
4
src: url(../../resources/Ahem.ttf);
5
}
6
</style>
7
8
<p>
This test tries to render the following text with Ahem, loaded from a WOFF2 file. The text below should be a series of black boxes.
</p>
9
10
<p
style
=
"font-family: family1; font-size: 4em;"
>
Failure
</p>