About testcases
A testcase is a page demonstrating a bug or feature. Good testcases are minimal, meaning they contain only what is needed to trigger the effect and nothing else.
How to make a testcase:
- Start with something that demonstrates the effect you want a testcase for
- Remove something you haven't tried removing before
- If the feature/bug disappears, add the something back
- Repeat 2-3 until you run out of things to remove