tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / invalid-font-family-in-font-face-crash.html
1 <html>\r
2 Test passes if it does not crash.\r
3 <style>\r
4     @font-face { font-family: inherit; }\r
5         \r
6         @font-face { font-family: initial; }\r
7 </style>\r
8 <script>\r
9     if (window.layoutTestController)\r
10             layoutTestController.dumpAsText();\r
11                 \r
12         document.body.offsetTop;\r
13 </script>\r
14 </html>