OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE HTML> |
| 2 <style> |
| 3 @import url('../../resources/opensans/OpenSans-Regular.woff') format('woff')
; |
| 4 </style> |
| 5 crbug.com/242735: This test passes if no SVG fonts are used. |
| 6 |
| 7 <p> |
| 8 <div>This text should use the default font.</div> |
| 9 <div>This text should use the default font.</div> |
| 10 </p> |
| 11 |
| 12 <p> |
| 13 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/
xlink" width="300" height="12pt"> |
| 14 <text y="12pt">This text should use the default font.</text> |
| 15 </svg><br> |
| 16 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/
xlink" width="300" height="12pt"> |
| 17 <text y="12pt">This text should use the default font.</text> |
| 18 </svg> |
| 19 </p> |
| 20 |
| 21 <p> |
| 22 <div>This text should use the default font.</div> |
| 23 <div>This text should use the default font.</div> |
| 24 </p> |
| 25 |
| 26 <p> |
| 27 <div style="font-family: Verdana;">This text should use Verdana.</div> |
| 28 <div style="font-family: Verdana;">This text should use Verdana.</div> |
| 29 </p> |
| 30 |
| 31 <p> |
| 32 <div style="font-family: Open Sans;">This text should use Open Sans.</div> |
| 33 <div style="font-family: Open Sans;">This text should use Open Sans.</div> |
| 34 </p> |
OLD | NEW |