[webkit-dev] Location of tests for new CSS features (regions and exclusions)
Alan Stearns
stearns at adobe.com
Mon Jun 27 17:24:47 PDT 2011
There are two patches in the works for regions and exclusions that include
tests:
https://bugs.webkit.org/show_bug.cgi?id=61726
https://bugs.webkit.org/show_bug.cgi?id=61730
The patches started with tests in these paths:
LayoutTests/fast/regions
LayoutTests/fast/exclusions
But during the responses to feedback, the test path schemes have diverged.
They are currently:
LayoutTests/fast/css-regions
LayoutTests/fast/css/exclusions
I am assuming that neither of these current paths are correct, since there
are no other examples using paths like them. But I do see CSS3 features in
different places - transitions tests have their own folder, but selector
tests are in a css3 folder.
So I'm guessing that either we should (1) use the original paths:
LayoutTests/fast/regions
LayoutTests/fast/exclusions
Or (2) move the folders into the css3 folder:
LayoutTests/fast/css3/regions
LayoutTests/fast/css3/exclusions
Unless I hear an argument for (2) I'm planning on submitting test patches
using (1).
Thanks,
Alan
More information about the webkit-dev
mailing list