bi-13 step 01 — Map behaviours to test layers
Goal
For behaviours you already understand, find the tests — or establish that none exist.
Tasks
- Pick five behaviours from
bi-03,bi-04,bi-07,bi-08,bi-09. - For each, locate the test at every layer that covers it: unit (
_test.ccand_unittest.cc— searching one form halves your results), web test, WPT. Record absences. - For each found test, state in one sentence what it catches that the others do not.
- Distinguish
testharness.jstests from reftests from pixel baselines in the web-test corpus. Find one of each. - Run one of each kind, if the build allows.
Done when
- Five behaviours × layers table, absences included
- One example of each web-test flavour identified