gecko-dev/layout/reftests/w3c-css/submitted
Andreea Pavel 9adc37e4a2 Bug 1465260 - disable box-sizing-replaced-002.xht on Android opt for frequent failures r=jmaher 2018-12-21 14:28:00 +02:00
..
align3 Bug 1490730 part 2 - [css-grid] Static position should use content-box, not padding-box. Test reference updates. 2018-09-15 01:30:18 +02:00
background Bug 1509054 - add fuzzy-if statements to allow reftests to run on new windows10 AMI image. r=kats 2018-11-21 16:11:24 +00:00
break3
color4
conditional3
contain Bug 1322780 - Part 2: Support unprefixed min-content and max-content. r=mats,emilio 2018-12-18 18:47:37 +00:00
counter-styles-3 Bug 1392106 - Annotate more failing tests as random on Win7. r=jmaher 2018-09-10 15:30:44 -04:00
css21
filters
flexbox Bug 1493645 - Fix line endings in flexbox-dyn-resize-001.html. r=me 2018-09-28 00:28:57 +02:00
fonts3
ib-split
images3 Bug 1490640. Mark intermittent tests as random. 2018-09-12 21:58:57 -04:00
lists-3 Bug 1392106 - random-if more test cases for windows 7 letter rendering failures. r=RyanVM 2018-08-27 18:38:37 +00:00
masking Bug 1509054 - add fuzzy-if statements to allow reftests to run on new windows10 AMI image. r=kats 2018-11-21 16:11:24 +00:00
multicol3 Bug 1475385 - Unprefix -moz-column-* in w3c-submitted reftests. r=dholbert 2018-07-13 15:57:41 +00:00
references
ruby Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
selectors4 Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
shapes1 Bug 1504387 - Remove preference "layout.css.shape-outside.enabled". r=bradwerth,xidorn 2018-11-05 15:27:36 +00:00
sizing Bug 1322780 - Part 5: Adjust reftests to be fitted into 600x600. r=dholbert 2018-12-20 07:00:15 +00:00
text-decor-3 Bug 1392106 - Annotate more failing tests as random on Win7. r=jmaher 2018-09-10 15:30:44 -04:00
text3
transforms Bug 1500107 - Fix the default behavior of scale:<number>{1}. r=birtles 2018-11-06 23:44:24 +00:00
ui3 Bug 1465260 - disable box-sizing-replaced-002.xht on Android opt for frequent failures r=jmaher 2018-12-21 14:28:00 +02:00
values3 Bug 1502510: Provide missing image file for calc-background-position and calc-background-size reftests. r=heycam 2018-10-29 00:57:16 +00:00
variables
will-change
writing-modes-3 Bug 1392106 - Annotate more failing tests as random on Win7. r=jmaher 2018-09-10 15:30:44 -04:00
README
check-for-references.sh
reftest.list Bug 1322780 - Part 4: Add tests. r=dholbert 2018-12-18 18:47:41 +00:00
test-template-001.xht

README

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

Put tests here that are to be submitted to the official W3C CSS test
suites at http://test.csswg.org/. This directory will be sync'ed
automatically with the contributors/mozilla/ directory in the CSSWG
repository. The master copy is Mozilla's; make edits here, not there.

Tests submitted here must conform to the CSSWG test format:
  http://wiki.csswg.org/test/format
The extra metadata is there to connect tests to their respective specs
and to help reviewers and people trying to debug their implementations
understand and analyze the tests. (These are not write-only regression
tests.)

TEST FILENAMES MUST BE GLOBALLY UNIQUE across the entire CSSWG test repo,
so don't rely on directory names as context.

The W3C format uses <link> tags for connecting reftests to their
references and generates reftest.list from a build process. Until we
set up a build process here, you need to link up the reftest both ways.

Because W3C sometimes needs to allow multiple correct renderings for
a particular case, a test linked to a reference must match ANY of them,
not all of them. To require a test to match all references, chain the
references to each other. If (a discrete number of) multiple renderings
are conformant, make a reftest comparison for each of them, and mark
all but the one we support as 'fails' in the reftest.list.

You can copy the test-template-001.xht and references/test-template-001.xht
files in this directory as a starting point

Submitted tests are tracked in Shepherd: http://test.csswg.org/shepherd/

Some things cannot be reftested; if another format is necessary to test
a particular feature, contact public-css-testsuite@w3.org and/or ask
the layout peers for help.

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

The following license grant applies to contributions to this directory
(unless copyright is owned by a W3C Member, in which case the Membership
agreement applies):

  The Contributor hereby grants to the W3C, a perpetual, non-exclusive,
  royalty-free, world-wide right and license under any Contributor
  copyrights in this contribution to copy, publish, use, and modify the
  contribution and to distribute the contribution under a BSD License or one
  with more restrictive terms, as well as a right and license of the same
  scope to any derivative works prepared by the W3C and based on, or
  incorporating all or part of the contribution. The Contributor further
  agrees that any derivative works of this contribution prepared by the W3C
  shall be solely owned by the W3C.

  The Contributor states, to the best of her/his knowledge, that she/he,
  or the company she/he represents, has all rights necessary to contribute
  the Materials.

  W3C will retain attribution of initial authorship to the Contributor. The
  W3C makes no a-priori commitment to support or distribute contributions.

  THE CONTRIBUTION IS PROVIDED AS IS, AND CONTRIBUTORS MAKE NO REPRESENTATIONS OR
  WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE;
  THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE. CONTRIBUTORS
  MAKE NO REPRESENTATIONS, EXPRESS OR IMPLIED, THAT THE CONTRIBUTION OR THE USE
  THEREOF INDICATES CONFORMANCE TO A SPECIFICATION; CONTRIBUTIONS ARE PROVIDED
  ONLY TO HELP REACHING INTEROPERABILITY.