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-001.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Text level 3 Test: Hiragana and text-transform: full-size-kana</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <link rel='author' title='Diego Pino Garcia' href='mailto:dpino@igalia.com'> <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-001-ref.html"> <meta name="assert" content="small hiragana are transformed to normal hiragana 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>や <tr><td>ゅ<td>ゅ<td>ゆ <tr><td>ょ<td>ょ<td>よ <tr><td>ゎ<td>ゎ<td>わ </table>
/css/css-text/text-transform/reference/text-transform-full-size-kana-001-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Text level 3 Test reference</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <link rel='author' title='Diego Pino Garcia' href='mailto:dpino@igalia.com'> <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>や <tr><td>ゅ<td>ゆ<td>ゆ <tr><td>ょ<td>よ<td>よ <tr><td>ゎ<td>わ<td>わ </table>