haikuwebkit/LayoutTests/fast/css/case-transform.html

17 lines
895 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>if (window.testRunner) testRunner.dumpAsText();</script>
</head>
<body>
<p>lower(A𐐀) = <span style="text-transform:lowercase">A𐐀</span> (should be a𐐨)</p>
<p>upper(a𐐨) = <span style="text-transform:uppercase">a𐐨</span> (should be A𐐀)</p>
<p>lower(ΚΟΣΜΟΣ) = <span style="text-transform:lowercase">ΚΟΣΜΟΣ</span> (should be κοσμος)</p>
<p>upper(ß) = <span style="text-transform:uppercase">ß</span> (should be SS)</p>
<p>upper(ʼn) = <span style="text-transform:uppercase">ʼn</span> (should be ʼN)</p>
<p>upper(ǰ) = <span style="text-transform:uppercase">ǰ</span> (should be J̌)</p>
<p>upper(ffi) = <span style="text-transform:uppercase"></span> (should be FFI)</p>
<p>lower(IJ) = <span style="text-transform:lowercase">IJ</span> (should be ij)</p>
</body>
</html>