blob: 28153938f6627a5a441a9703930586b4008f8a9d [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
@font-face {
font-family: 'abc'; src: url('resources/invalidfont.png') format('svg')
}
span {
font-family: 'abc';
}
</style>
<span>PASS - This test did not crash</span>