Skip to content

Commit 5160f18

Browse files
authored
Update description of CSS if() Polyfill Test Fixtures
Clarify the purpose and usage of the test fixture system.
1 parent e79d889 commit 5160f18

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/TEST_FIXTURES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CSS if() Polyfill Test Fixtures
22

3-
This document demonstrates the centralized test fixture system that provides a single source of truth for CSS test cases across all test suites.
3+
This document describes the centralized test fixture system. Each fixture consists of an `.input.css` / `.expected.css` pair in the `test/fixtures/` directory and serves as the single source of truth for CSS transformation tests across all test suites (polyfill, PostCSS plugin, and any future transform backends).
4+
5+
To modify a test case, edit the corresponding fixture files directly — do not edit the code blocks in this document.
46

57
## Basic Media Query
68

0 commit comments

Comments
 (0)