<!DOCTYPE html> | |
<style> | |
* { | |
margin: 0; | |
padding: 0; | |
} | |
</style> | |
crbug.com/167760: This test passes if the word "PASS" appears below in sans-serif:<br> | |
<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'> | |
<text y='30' font-family='sans-serif' font-size='20px' fill='green'>PASS</text> | |
</svg> |