Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / custom-font-data-crash.html
blob3a4b5365a9957cf4da4ef5e0a8c14ee869669901
1 <!DOCTYPE html>
2 <html>
3 <body style="font: 1px Ahem;">
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
10 setTimeout("if (window.testRunner) { testRunner.notifyDone(); }", 50);
11 </script>
12 <style>
13 @font-face { font-family: "A"; src: url(); }
14 * { font-family: A; }
15 </style>
16 <nobr><table><hr>PASS
17 </body>
18 </html>