Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-inherit-repaint.html
blob73299f18e1f8d00db09ae89016d75e77d5584038
1 <!DOCTYPE html>
2 <style>
3 @font-face {
4 font-family: NotFound;
5 src: url(notfound.ttf);
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>