Sign in
chromium
/
chromium
/
src
/
ddcf55c02
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-css-change-while-loading-expected.html
blob: 78e65f202b943b498e9b5913b3fb7eec9cb3bf97 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style
id
=
"sheet"
>
@
font-face
{
font-family
:
myahem
;
src
:
url
(
../../resources/Ahem.ttf
);
}
</style>
<p>
You should see a black rectangle below.
</p>
<div
style
=
"
font-family
:
myahem
"
>
FAIL
</div>