-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-text] Test for text-tranform:full-size-kana #13461
Conversation
This is just a suggestion: I changed the format for these kinds of tests recently to make it easier for manual reviewers to do the comparisons (and slightly easier to create the ref tests). You can see an example at https://w3c.github.io/i18n-tests/run?base=css-text&batch=text-transform&test=text-transform/text-transform-fullwidth-005.html Basically, results are superimposed such that divergeances appear in red. Makes it very quick to spot fails. Just mentioning it in case you think it's a good idea, since your tests are similar. Fwiw, here's an example that will probably contain failures on Firefox: https://w3c.github.io/i18n-tests/run?base=css-text&batch=text-transform&test=text-transform/text-transform-fullwidth-005.html |
Yes. I thought a lot about that too, but came to the opposite conclusion ;-). I didn't think the subpixel shadow would be picked up on the ref test - i could be wrong. The instructions on some of the other tests i did like this actually mention that subpixel shadows don't count. |
To be rebased on top of #13504, as discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=1498148#c41 |
@dpino Rebased on top of your tests from #13504 to try and get the best of both worlds:
Review appreciated. |
Rework the tests from web-platform-tests#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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests for w3c/csswg-drafts#3143