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
/
http
/
tests
/
webfont
/
fontface-style-change-expected.html
blob
a818d6aae106dfa6df0551309421873b63624622
1
<!doctype
html
>
2
<html>
3
<body>
4
<style
id
=
"target"
>
5
@font-face {
6
font-family: TestFont;
7
src: local(Ahem);
8
}
9
</style>
10
<span
style
=
"font-family: TestFont;"
>
A
</span>
11
</body>
12
</html>