servo/tests/wpt/css-tests/css-text-3_dev/html/text-transform-upperlower-030.htm

30 lines
No EOL
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>CSS3 Text, text transform: Georgian Supplement, uppercase</title>
<meta content="For the Georgian Supplement Unicode block, text-transform: uppercase puts all letters in uppercase ." name="assert">
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<link href="https://drafts.csswg.org/css-text-3/#text-transform" rel="help">
<link href="reference/text-transform-upperlower-030-ref.htm" rel="match">
<meta content="font" name="flags">
<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: 200%; line-height: 2.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>
<!--Notes:
Tip: To identify the characters where differences occur, in order to report problem characters,either mouse over to reveal a tooltip, or copy and paste the sequence into a tool such as <a href='http://r12a.github.io/uniview/' target='_blank'>UniView</a> or the <a href='http://r12a.github.io/apps/conversion/' target='_blank'>Unicode Conversion Tool</a>.
-->
</body></html>