You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TEST_FIXTURES.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# CSS if() Polyfill Test Fixtures
2
2
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.
0 commit comments