Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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> | |
| OLD | NEW |