Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / html / font-face-empty-should-not-crash.html
blobb23b31cf9339cbfb85414d6a5f9b1f0e61a70b97
1 <!doctype html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 </head>
9 <body>
10 Test passes if it does not crash.
11 <font face=""></font>
12 </body>
13 </html>