OLD | NEW |
1 <style> | 1 <style> |
2 @font-face { | 2 @font-face { |
3 font-family: TestFont; | 3 font-family: TestFont; |
4 src: url(data:application/x-truetype-font,) format(truetype); | 4 src: url(data:application/x-truetype-font,) format("truetype"); |
5 } | 5 } |
6 </style> | 6 </style> |
7 <script> | 7 <script> |
8 if (window.testRunner) | 8 if (window.testRunner) |
9 testRunner.dumpAsText(); | 9 testRunner.dumpAsText(); |
10 </script> | 10 </script> |
11 <p>This is a test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16996">Bug
16996: Crash in | 11 <p>This is a test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16996">Bug
16996: Crash in |
12 createFontCustomPlatformData when loading 0-byte font via @font-face</a>.</p> | 12 createFontCustomPlatformData when loading 0-byte font via @font-face</a>.</p> |
13 <p style="font-family: TestFont">`1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./
~!@#$%^&*()_+QWERYUIOP{}|ASDFGHJKL:"ZXCVBNM<>?</p> | 13 <p style="font-family: TestFont">`1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./
~!@#$%^&*()_+QWERYUIOP{}|ASDFGHJKL:"ZXCVBNM<>?</p> |
OLD | NEW |