Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-transform/text-transform-upperlower-030.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: Georgian Supplement, uppercase</title>
<meta name="assert" content="For the Georgian Supplement Unicode block, text-transform: uppercase puts all letters in uppercase .">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel="match" href="reference/text-transform-upperlower-030-ref.html">
<style type='text/css'>
@font-face {
font-family: 'webfont';
src: url('/fonts/NotoSansGeorgian-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.test, .ref { font-size: 125%; line-height: 1.5em; font-family: webfont, serif; }
.test span, .ref span { margin-right: 1em; white-space: nowrap; }
/* the CSS above is not part of the test */
.test { text-transform: uppercase; }
</style>
</head>
<body>
<p class="instructions">Test passes if both characters in each pair match. If you are missing a font glyph for a character, ignore that pair, but report which characters were ignored.</p>
<div class="test"><span title="U+2D00">ⴀ Ⴀ</span> <span title="U+2D01">ⴁ Ⴁ</span> <span title="U+2D02">ⴂ Ⴂ</span> <span title="U+2D03">ⴃ Ⴃ</span> <span title="U+2D04">ⴄ Ⴄ</span> <span title="U+2D05">ⴅ Ⴅ</span> <span title="U+2D06">ⴆ Ⴆ</span> <span title="U+2D07">ⴇ Ⴇ</span> <span title="U+2D08">ⴈ Ⴈ</span> <span title="U+2D09">ⴉ Ⴉ</span> <span title="U+2D0A">ⴊ Ⴊ</span> <span title="U+2D0B">ⴋ Ⴋ</span> <span title="U+2D0C">ⴌ Ⴌ</span> <span title="U+2D0D">ⴍ Ⴍ</span> <span title="U+2D0E">ⴎ Ⴎ</span> <span title="U+2D0F">ⴏ Ⴏ</span> <span title="U+2D10">ⴐ Ⴐ</span> <span title="U+2D11">ⴑ Ⴑ</span> <span title="U+2D12">ⴒ Ⴒ</span> <span title="U+2D13">ⴓ Ⴓ</span> <span title="U+2D14">ⴔ Ⴔ</span> <span title="U+2D15">ⴕ Ⴕ</span> <span title="U+2D16">ⴖ Ⴖ</span> <span title="U+2D17">ⴗ Ⴗ</span> <span title="U+2D18">ⴘ Ⴘ</span> <span title="U+2D19">ⴙ Ⴙ</span> <span title="U+2D1A">ⴚ Ⴚ</span> <span title="U+2D1B">ⴛ Ⴛ</span> <span title="U+2D1C">ⴜ Ⴜ</span> <span title="U+2D1D">ⴝ Ⴝ</span> <span title="U+2D1E">ⴞ Ⴞ</span> <span title="U+2D1F">ⴟ Ⴟ</span> <span title="U+2D20">ⴠ Ⴠ</span> <span title="U+2D21">ⴡ Ⴡ</span> <span title="U+2D22">ⴢ Ⴢ</span> <span title="U+2D23">ⴣ Ⴣ</span> <span title="U+2D24">ⴤ Ⴤ</span> <span title="U+2D25">ⴥ Ⴥ</span> <span title="U+2D27">ⴧ Ⴧ</span> <span title="U+2D2D">ⴭ Ⴭ</span></div>
</body>
</html>