Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
cssom-modify-font-face-rule-expected.html
blob: 2a89da41f50c1f123e11ab0fa5eaffbe098b5525 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<body>
<style
id
=
"target"
>
@
font-face
{
font-family
:
f2
;
font-weight
:
100
;
src
:
url
(
../../resources/Ahem.ttf
);
}
</style>
<span
style
=
"
font-family
:
f1
;
font-weight
:
100
"
>
A
</span>
</body>
</html>