blob: 6e41a1e0591656d52742feaafba5e7d1ebfd50c9 [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.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>