Status: FAIL | Duration: 26ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/text-transform/text-transform-capitalize-028.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>CSS3 Text, text transform: capitalize, Deseret</title> <meta name="assert" content="For the Deseret Unicode block, text-transform: capitalize puts the first typographic letter unit of each word in titlecase; other characters are unaffected."> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='https://drafts.csswg.org/css-text-3/#text-transform'> <link rel="match" href="reference/text-transform-capitalize-028-ref.html"> <style type='text/css'> @font-face { font-family: 'webfont'; src: url('/fonts/noto/NotoSansDeseret-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: capitalize; } </style> </head> <body> <p class="instructions">The text is arranged in pairs of three-letter 'words'. Test passes if the words in each pair match<br> 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+10428">𐐨𐐨𐐨 𐐀𐐨𐐨</span> <span title="U+10429">𐐩𐐩𐐩 𐐁𐐩𐐩</span> <span title="U+1042A">𐐪𐐪𐐪 𐐂𐐪𐐪</span> <span title="U+1042B">𐐫𐐫𐐫 𐐃𐐫𐐫</span> <span title="U+1042C">𐐬𐐬𐐬 𐐄𐐬𐐬</span> <span title="U+1042D">𐐭𐐭𐐭 𐐅𐐭𐐭</span> <span title="U+1042E">𐐮𐐮𐐮 𐐆𐐮𐐮</span> <span title="U+1042F">𐐯𐐯𐐯 𐐇𐐯𐐯</span> <span title="U+10430">𐐰𐐰𐐰 𐐈𐐰𐐰</span> <span title="U+10431">𐐱𐐱𐐱 𐐉𐐱𐐱</span> <span title="U+10432">𐐲𐐲𐐲 𐐊𐐲𐐲</span> <span title="U+10433">𐐳𐐳𐐳 𐐋𐐳𐐳</span> <span title="U+10434">𐐴𐐴𐐴 𐐌𐐴𐐴</span> <span title="U+10435">𐐵𐐵𐐵 𐐍𐐵𐐵</span> <span title="U+10436">𐐶𐐶𐐶 𐐎𐐶𐐶</span> <span title="U+10437">𐐷𐐷𐐷 𐐏𐐷𐐷</span> <span title="U+10438">𐐸𐐸𐐸 𐐐𐐸𐐸</span> <span title="U+10439">𐐹𐐹𐐹 𐐑𐐹𐐹</span> <span title="U+1043A">𐐺𐐺𐐺 𐐒𐐺𐐺</span> <span title="U+1043B">𐐻𐐻𐐻 𐐓𐐻𐐻</span> <span title="U+1043C">𐐼𐐼𐐼 𐐔𐐼𐐼</span> <span title="U+1043D">𐐽𐐽𐐽 𐐕𐐽𐐽</span> <span title="U+1043E">𐐾𐐾𐐾 𐐖𐐾𐐾</span> <span title="U+1043F">𐐿𐐿𐐿 𐐗𐐿𐐿</span> <span title="U+10440">𐑀𐑀𐑀 𐐘𐑀𐑀</span> <span title="U+10441">𐑁𐑁𐑁 𐐙𐑁𐑁</span> <span title="U+10442">𐑂𐑂𐑂 𐐚𐑂𐑂</span> <span title="U+10443">𐑃𐑃𐑃 𐐛𐑃𐑃</span> <span title="U+10444">𐑄𐑄𐑄 𐐜𐑄𐑄</span> <span title="U+10445">𐑅𐑅𐑅 𐐝𐑅𐑅</span> <span title="U+10446">𐑆𐑆𐑆 𐐞𐑆𐑆</span> <span title="U+10447">𐑇𐑇𐑇 𐐟𐑇𐑇</span> <span title="U+10448">𐑈𐑈𐑈 𐐠𐑈𐑈</span> <span title="U+10449">𐑉𐑉𐑉 𐐡𐑉𐑉</span> <span title="U+1044A">𐑊𐑊𐑊 𐐢𐑊𐑊</span> <span title="U+1044B">𐑋𐑋𐑋 𐐣𐑋𐑋</span> <span title="U+1044C">𐑌𐑌𐑌 𐐤𐑌𐑌</span> <span title="U+1044D">𐑍𐑍𐑍 𐐥𐑍𐑍</span> <span title="U+1044E">𐑎𐑎𐑎 𐐦𐑎𐑎</span> <span title="U+1044F">𐑏𐑏𐑏 𐐧𐑏𐑏</span></div> </body> </html>
/css/css-text/text-transform/reference/text-transform-capitalize-028-ref.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>CSS3 Text, text transform: capitalize, Deseret</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <style type='text/css'> @font-face { font-family: 'webfont'; src: url('/fonts/noto/NotoSansDeseret-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; } </style> </head> <body> <p class="instructions">The text is arranged in pairs of three-letter 'words'. Test passes if the words in each pair match<br> 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+10428">𐐀𐐨𐐨 𐐀𐐨𐐨</span> <span title="U+10429">𐐁𐐩𐐩 𐐁𐐩𐐩</span> <span title="U+1042A">𐐂𐐪𐐪 𐐂𐐪𐐪</span> <span title="U+1042B">𐐃𐐫𐐫 𐐃𐐫𐐫</span> <span title="U+1042C">𐐄𐐬𐐬 𐐄𐐬𐐬</span> <span title="U+1042D">𐐅𐐭𐐭 𐐅𐐭𐐭</span> <span title="U+1042E">𐐆𐐮𐐮 𐐆𐐮𐐮</span> <span title="U+1042F">𐐇𐐯𐐯 𐐇𐐯𐐯</span> <span title="U+10430">𐐈𐐰𐐰 𐐈𐐰𐐰</span> <span title="U+10431">𐐉𐐱𐐱 𐐉𐐱𐐱</span> <span title="U+10432">𐐊𐐲𐐲 𐐊𐐲𐐲</span> <span title="U+10433">𐐋𐐳𐐳 𐐋𐐳𐐳</span> <span title="U+10434">𐐌𐐴𐐴 𐐌𐐴𐐴</span> <span title="U+10435">𐐍𐐵𐐵 𐐍𐐵𐐵</span> <span title="U+10436">𐐎𐐶𐐶 𐐎𐐶𐐶</span> <span title="U+10437">𐐏𐐷𐐷 𐐏𐐷𐐷</span> <span title="U+10438">𐐐𐐸𐐸 𐐐𐐸𐐸</span> <span title="U+10439">𐐑𐐹𐐹 𐐑𐐹𐐹</span> <span title="U+1043A">𐐒𐐺𐐺 𐐒𐐺𐐺</span> <span title="U+1043B">𐐓𐐻𐐻 𐐓𐐻𐐻</span> <span title="U+1043C">𐐔𐐼𐐼 𐐔𐐼𐐼</span> <span title="U+1043D">𐐕𐐽𐐽 𐐕𐐽𐐽</span> <span title="U+1043E">𐐖𐐾𐐾 𐐖𐐾𐐾</span> <span title="U+1043F">𐐗𐐿𐐿 𐐗𐐿𐐿</span> <span title="U+10440">𐐘𐑀𐑀 𐐘𐑀𐑀</span> <span title="U+10441">𐐙𐑁𐑁 𐐙𐑁𐑁</span> <span title="U+10442">𐐚𐑂𐑂 𐐚𐑂𐑂</span> <span title="U+10443">𐐛𐑃𐑃 𐐛𐑃𐑃</span> <span title="U+10444">𐐜𐑄𐑄 𐐜𐑄𐑄</span> <span title="U+10445">𐐝𐑅𐑅 𐐝𐑅𐑅</span> <span title="U+10446">𐐞𐑆𐑆 𐐞𐑆𐑆</span> <span title="U+10447">𐐟𐑇𐑇 𐐟𐑇𐑇</span> <span title="U+10448">𐐠𐑈𐑈 𐐠𐑈𐑈</span> <span title="U+10449">𐐡𐑉𐑉 𐐡𐑉𐑉</span> <span title="U+1044A">𐐢𐑊𐑊 𐐢𐑊𐑊</span> <span title="U+1044B">𐐣𐑋𐑋 𐐣𐑋𐑋</span> <span title="U+1044C">𐐤𐑌𐑌 𐐤𐑌𐑌</span> <span title="U+1044D">𐐥𐑍𐑍 𐐥𐑍𐑍</span> <span title="U+1044E">𐐦𐑎𐑎 𐐦𐑎𐑎</span> <span title="U+1044F">𐐧𐑏𐑏 𐐧𐑏𐑏</span></div> </body> </html>