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-default-font-expected.html
blob
c111417ffa267d1471970a23e74c6ce40b55c6e3
1
<html>
2
<head>
3
<style>
4
body {
5
font-family: Arial;
6
}
7
</style>
8
</head>
9
<body>
10
<p>
11
Test for
<i><a
href
=
"http://bugs.webkit.org/show_bug.cgi?id=16348"
>
http://bugs.webkit.org/show_bug.cgi?id=
16348
</a>
12
@font-face does not affect the default style
</i>
.
13
</p>
14
This text should be in Arial.
15
</body>
16
</html>