Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
font-face-svg-decoding-error.html
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>