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
/
text
/
incorrect-fixed-pitch-font-expected.html
blob
989aa3cbc516c2d1c40dcc330055eb4aab9755f5
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Tests fonts with the fixed-pitch bit set
</title>
5
<style>
6
@font-face {
7
font-family: test;
8
src: url('../../resources/fixed-pitch-font/test.ttf');
9
}
10
</style>
11
</head>
12
<body>
13
<h1>
Tests fonts with the fixed-pitch bit set
</h1>
14
<div
style
=
"font-family: test; font-size: 50px;"
>
15
tes
<em>
tes
</em>
tes
16
</div>
17
</body>
18
</html>