Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / font-face-empty.html
blob0ab5b5fc344d2dc45f7fbbe9867b6faf2fd452f7
1 <style>
2 @font-face {
3 font-family: TestFont;
4 src: url(data:application/x-truetype-font,) format(truetype);
6 </style>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
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>
13 <p style="font-family: TestFont">`1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./~!@#$%^&amp;*()_+QWERYUIOP{}|ASDFGHJKL:"ZXCVBNM&lt;&gt;?</p>