Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
font-face-inherit-repaint.html
blob: 73299f18e1f8d00db09ae89016d75e77d5584038 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
@
font-face
{
font-family
:
NotFound
;
src
:
url
(
notfound.ttf
);
}
select
{
font-family
:
NotFound
,
sans-serif
;
}
</style>
<p>
You should see the word PASS below.
</p>
<select>
<option>
PASS
</option>
</select>