Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / small-caps-crash.html
blob9ee2867be4795261306abadba19440cc4d4aed52
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <script>
5 if(window.testRunner)
6 testRunner.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.
13 If successful, this test should not crash, and an odd character below:
15 ĘŚ
16 </body>
17 </html>