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