Status: PASS | Duration: 13ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/text-transform/text-transform-full-size-kana-008.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Text level 3 Test: Unicode 15 kana and text-transform: full-size-kana</title> <link rel="author" title="Elika Etemad" href="http://fantasai.inkedblade.net/contact"> <link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-text-transform-full-size-kana"> <link rel="match" href="reference/text-transform-full-size-kana-008-ref.html"> <meta name="assert" content="small kana added in Unicode 15 are transformed to normal kana by text-tranform:full-size-kana"> <style> td:nth-of-type(2) { text-transform: full-size-kana } </style> <p>Test passes if the characters in the second column are the same shape and size as those in the rightmost column, not small as those in the leftmost column.<br> Any missing glyph should be ignored as long as it is missing in both the second and the rightmost column. <table> <tr><td>𛄲<td>𛄲<td>こ <tr><td>𛅐<td>𛅐<td>ゐ <tr><td>𛅑<td>𛅑<td>ゑ <tr><td>𛅒<td>𛅒<td>を <tr><td>𛅕<td>𛅕<td>コ <tr><td>𛅤<td>𛅤<td>ヰ <tr><td>𛅥<td>𛅥<td>ヱ <tr><td>𛅦<td>𛅦<td>ヲ <tr><td>𛅧<td>𛅧<td>ン </table>
/css/css-text/text-transform/reference/text-transform-full-size-kana-008-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Text level 3 Reference: Unicode 15 kana and text-transform: full-size-kana</title> <link rel="author" title="Elika Etemad" href="http://fantasai.inkedblade.net/contact"> <link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-text-transform-full-size-kana"> <style> td:nth-of-type(2) { text-transform: full-size-kana } </style> <p>Test passes if the characters in the second column are the same shape and size as those in the rightmost column, not small as those in the leftmost column.<br> Any missing glyph should be ignored as long as it is missing in both the second and the rightmost column. <table> <tr><td>𛄲<td>こ<td>こ <tr><td>𛅐<td>ゐ<td>ゐ <tr><td>𛅑<td>ゑ<td>ゑ <tr><td>𛅒<td>を<td>を <tr><td>𛅕<td>コ<td>コ <tr><td>𛅤<td>ヰ<td>ヰ <tr><td>𛅥<td>ヱ<td>ヱ <tr><td>𛅦<td>ヲ<td>ヲ <tr><td>𛅧<td>ン<td>ン </table>