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
/
font-face-inherit-repaint.html
blob
73299f18e1f8d00db09ae89016d75e77d5584038
1
<!DOCTYPE
html
>
2
<style>
3
@font-face {
4
font-family: NotFound;
5
src: url(notfound.ttf);
6
}
7
select { font-family: NotFound, sans-serif; }
8
</style>
9
<p>
You should see the word PASS below.
</p>
10
<select>
11
<option>
PASS
</option>
12
</select>