wpt / css / css-text / text-transform / text-transform-full-size-kana-004.html

Status: PASS | Duration: 12ms | 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-004.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: half-width Katakana 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-004-ref.html">
<meta name="assert" content="small half-width katakana are transformed to normal half-width katakana 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-004-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>ヨ
</table>