Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 268 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (4 loc) · 268 Bytes

How to add tests

Go to specs.js. Follow the current structure.

  • Don't add the same syntax as CSS 2.1.
  • Don't add tests that already exist, just with different values. E.g. if calc(1px + 2px) is a testcase, adding calc(2px + 2px) won't help.