Skip to content

Commit

Permalink
Bug 1498099 [wpt PR 13461] - [css-text] Test for text-tranform:full-s…
Browse files Browse the repository at this point in the history
…ize-kana, a=testonly

Automatic update from web-platform-tests
[css-text] Improve text-transform:full-size-kana tests

Rework the tests from web-platform-tests/wpt#13504,
so that:
* They fit within 600px × 600px (as generally required for reftests)
* They are easier for a human reader to review: being asked whether two
  characters are the same when the only difference expected is size is
  much easier if you have a reference for the right and wrong size.
  Only doing this in tests 001 to 004,
  as for the rest there's not (always) a corresponding small character.
* The test that check that nothing happens on already full-size kana
  only applies the (ineffective) transform to one character in each pair
  as otherwise, it isn't really testing anything

--
Merge pull request #13461 from frivoal/text-3143

[css-text] Test for text-tranform:full-size-kana
--

wpt-commits: cf5dba33625ba1c4491054fa4a0ad3a1243f7a43, a546e84c5c9aa5e1481cfbdeef0d70530c811508
wpt-pr: 13461

UltraBlame original commit: 3765db1858e18db83c48a358e39824ea2c5dccc8
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent b5f19bb commit e0d38d1
Show file tree
Hide file tree
Showing 14 changed files with 11,448 additions and 11,470 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,325 @@
<
!
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
>
<
tr
>
<
td
>
<
td
>
<
td
>
<
tr
>
<
td
>
<
td
>
<
td
>
<
tr
>
<
td
>
<
td
>
<
td
>
<
/
table
>
Loading

0 comments on commit e0d38d1

Please sign in to comment.