tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / font-face-svg-decoding-error.html
1 <script>
2 if (window.layoutTestController)
3     layoutTestController.dumpAsText();
4 </script>
5 <style>
6 @font-face {
7     font-family: 'abc'; src: url('resources/invalidfont.png') format('svg')
8 }
9 span {
10     font-family: 'abc';
11 }
12 </style>
13 <span>PASS - This test did not crash</span>