tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / small-caps-crash.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <script>
5     if(window.layoutTestController)
6         layoutTestController.dumpAsText();
7 </script>
8 </head>
9 <body style="font-variant: small-caps;">
10 This test verifies that using characters not found in the default font along with the small-caps font variant does
11 not crash the browser.
12
13 If successful, this test should not crash, and an odd character below:
14
15 ĘŚ
16 </body>
17 </html>