Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <style> | |
| 4 @font-face { | |
| 5 font-family: f; | |
| 6 src: url("resources/graffiti.svg#SVGraffiti") format(svg) | |
| 7 } | |
| 8 | |
| 9 #test { | |
| 10 font-family: f, sans-serif; | |
| 11 font-size: 40px; | |
| 12 } | |
| 13 </style> | |
| 14 </head> | |
| 15 <body> | |
| 16 | |
| 17 <p id='test'>This text should be rendered with SVGraffiti.</p> | |
| 18 | |
| 19 </body> | |
| 20 </html> | |
| OLD | NEW |