Skip to content

Commit 6704cad

Browse files
frivoalmoz-wptsync-bot
authored andcommitted
Bug 1850270 [wpt PR 41657] - fix typo in unicode codepoints for small-kana, a=testonly
Automatic update from web-platform-tests fix typo in unicode codepoints for small-kana Follow up on web-platform-tests/wpt#41638 See w3c/csswg-drafts#8442 -- wpt-commits: 256bc6e8eb97ba0de9c387f2fd00a3f1b43c10c8 wpt-pr: 41657
1 parent 89751df commit 6704cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/web-platform/tests/css/css-text/text-transform/reference/text-transform-full-size-kana-008-ref.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<tr><td>&#x1B155;<td>&#x30B3;<td>&#x30B3;
2323
<tr><td>&#x1B164;<td>&#x30F0;<td>&#x30F0;
2424
<tr><td>&#x1B165;<td>&#x30F1;<td>&#x30F1;
25-
<tr><td>&#x1B166;<td>&#x30F1;<td>&#x30F1;
25+
<tr><td>&#x1B166;<td>&#x30F2;<td>&#x30F2;
2626
<tr><td>&#x1B167;<td>&#x30F3;<td>&#x30F3;
2727
</table>

testing/web-platform/tests/css/css-text/text-transform/text-transform-full-size-kana-008.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<tr><td>&#x1B155;<td>&#x1B155;<td>&#x30B3;
2525
<tr><td>&#x1B164;<td>&#x1B164;<td>&#x30F0;
2626
<tr><td>&#x1B165;<td>&#x1B165;<td>&#x30F1;
27-
<tr><td>&#x1B166;<td>&#x1B166;<td>&#x30F1;
27+
<tr><td>&#x1B166;<td>&#x1B166;<td>&#x30F2;
2828
<tr><td>&#x1B167;<td>&#x1B167;<td>&#x30F3;
2929
</table>

0 commit comments

Comments
 (0)