gecko-dev/layout/reftests/w3c-css
Bobby Holley 701a45ad75 Bug 1347435 - Don't resolve URLs at parse time for Stylo. r=emilio
It's a bit unfortunate the use separate implementations of SpecifiedUrl for Servo
and Gecko, but they're different enough at this point that I don't think it really
makes sense to try to share everything. Splitting them out has some nice
simplifications as well.

I recognize that there's still some potential correctness issues for Servo using
the resolved URI in various places where the original URI may be the right thing,
but I've got too much on my plate to look into that for now.

MozReview-Commit-ID: BeDu93TQ4Ow
2017-03-22 20:17:51 -07:00
..
received Bug 1341086 - Part 4: stylo: Update test expectations; r=manishearth 2017-03-16 14:10:22 -07:00
submitted Bug 1347435 - Don't resolve URLs at parse time for Stylo. r=emilio 2017-03-22 20:17:51 -07:00
LICENSE
README
failures.list Bug 1258916 part 11 - Import CSS Writing Modes test from CSSWG test repo. r=jfkthame 2016-12-15 00:10:08 +11:00
import-tests.py Bug 1258916 part 11 - Import CSS Writing Modes test from CSSWG test repo. r=jfkthame 2016-12-15 00:10:08 +11:00

README

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

This directory is for tests that are sync'ed with the official
W3C CSS test suites at http://test.csswg.org/.
 
submitted/ is for tests that are to be submitted to W3C.
This directory is sync'ed automatically with the
contributors/mozilla/submitted/mozilla-central-reftests/
directory in the CSSWG repository. The master copy is Mozilla's.

received/ is for tests that are received from W3C.
This directory is sync'ed semi-automatically with the approved/
directory in the CSSWG repository. The master copy is CSSWG's.
Don't make changes here; they'll be overwritten by the next sync.

import-tests.py automatically imports tests from a cloned hg repository
of csswg tests, located at hg.csswg.org/test. Note that this will
remove everything in the received/ directory when run, so don't
store anything in there.

failures.list is a list of reftests that fail in mozilla's
implementation of a given css module. Since the tests in are
checked-in to the mozilla tree after import, they are run in
the same manner as all other reftests in the tree. Thus, these
tests are marked as fails() when included in the reftest.list
file, so that new imports will not reawaken old oranges.

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