tree: 9dddaa6d462c4614fd6341720cb3605a19bdd9c5 [path history] [tgz]
  1. compositing/
  2. css-align/
  3. css-animations/
  4. css-backgrounds/
  5. css-borders/
  6. css-box/
  7. css-break/
  8. css-cascade/
  9. css-color/
  10. css-color-adjust/
  11. css-conditional/
  12. css-contain/
  13. css-content/
  14. css-counter-styles/
  15. css-device-adapt/
  16. css-display/
  17. css-easing/
  18. css-env/
  19. css-exclusions/
  20. css-fill-stroke/
  21. css-flexbox/
  22. css-font-loading/
  23. css-fonts/
  24. css-forced-color-adjust/
  25. css-gcpm/
  26. css-grid/
  27. css-highlight-api/
  28. css-images/
  29. css-inline/
  30. css-layout-api/
  31. css-lists/
  32. css-logical/
  33. css-masking/
  34. css-multicol/
  35. css-namespaces/
  36. css-overflow/
  37. css-overscroll-behavior/
  38. css-page/
  39. css-paint-api/
  40. css-parser-api/
  41. css-position/
  42. css-properties-values-api/
  43. css-pseudo/
  44. css-round-display/
  45. css-ruby/
  46. css-scoping/
  47. css-scroll-anchoring/
  48. css-scroll-snap/
  49. css-scrollbars/
  50. css-shadow-parts/
  51. css-shapes/
  52. css-size-adjust/
  53. css-sizing/
  54. css-speech/
  55. css-style-attr/
  56. css-syntax/
  57. css-tables/
  58. css-text/
  59. css-text-decor/
  60. css-toggle/
  61. css-transforms/
  62. css-transitions/
  63. css-typed-om/
  64. css-ui/
  65. css-values/
  66. css-variables/
  67. css-will-change/
  68. css-writing-modes/
  69. CSS1/
  70. CSS2/
  71. cssom/
  72. cssom-view/
  73. fetching/
  74. filter-effects/
  75. geometry/
  76. mediaqueries/
  77. motion/
  78. printing/
  79. reference/
  80. selectors/
  81. support/
  82. tools/
  83. WOFF2/
  84. .htaccess
  85. README.md
css/README.md

Introduction

This directory contains testsuites for CSS WG specifications, including ones that do not strictly speaking define CSS features, e.g., Geometry Interfaces.

The directories should be named like the specification's shortname, but without any level suffix.

As the test harness relies on the largely undocumented old CSS build system, this directory has a number of test requirements specific to it:

  • support files for a given test must live in an adjacent support directory;

  • tests must have a <link rel=help> pointing to what they are testing;

  • for each spec so linked, test filenames must be unique; and

  • support and reference files must have unique filenames within the entire css directory.