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
/
cssom-modify-font-face-rule-expected.html
blob
2a89da41f50c1f123e11ab0fa5eaffbe098b5525
1
<!doctype
html
>
2
<html>
3
<body>
4
<style
id
=
"target"
>
5
@font-face {
6
font-family: f2;
7
font-weight:
100
;
8
src: url(../../resources/Ahem.ttf);
9
}
10
</style>
11
<span
style
=
"font-family: f1; font-weight: 100"
>
A
</span>
12
</body>
13
</html>