gecko-dev/layout/reftests/w3c-css
Daniel Holbert d9f0f29514 Bug 1639627: [css-flex] Make flex-container percent 'row-gap' values resolve to 0, when they're resolved against an indefinite block-size. r=TYLin
This implements a CSSWG resolution in this issue:
https://github.com/w3c/csswg-drafts/issues/5081

This also effectively backs out our changes from
https://bugzilla.mozilla.org/show_bug.cgi?id=1473047
which is where we implemented our current behavior.

Note that there's no change for column-gap behavior, because this resolution is
only about block-axis sizes, which is always the "row"/row-gap axis (regardless
of the flex container's orientation / writing-mode).

I'm fixing the reftest that we have on this behavior to expect that all of its
row-gaps (which are all in the affected category) resolve to 0; and I'm
adjusting our expectations for its WPT reimport to expect failure until the
test changes have made the roundtrip back into our WPT reimport.

(Thanks to David Grogan for the new informational <link> & <meta>-tags in the
testcase.)

Differential Revision: https://phabricator.services.mozilla.com/D76186
2020-05-20 22:02:38 +00:00
..
submitted Bug 1639627: [css-flex] Make flex-container percent 'row-gap' values resolve to 0, when they're resolved against an indefinite block-size. r=TYLin 2020-05-20 22:02:38 +00:00
LICENSE
README Bug 1598754 Part 2 - Remove the infrastructure that imports wpt tests. r=dbaron 2020-03-02 00:40:13 +00:00

README

W3C CSS Test Suite Directory
----------------------------

This directory is for tests that are sync'ed with the official
W3C CSS test suites at https://github.com/web-platform-tests/wpt.

submitted/ is for tests that are to be submitted to W3C.
This directory is sync'ed automatically with the
css/vendor-imports/mozilla/mozilla-central-reftests
directory in the wpt repository. The master copy is Mozilla's.

Legal Stuff
-----------

These files are copyright by W3C and/or the author listed in the test
file. They are available under the BSD 3-clause license; see LICENSE
or http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html