nth-child() is 1-indexed, not 0-indexed. It doesn't matter for this test really, but better do it right to not confuse poor developers who wonder why the first image is highlighted when nth-child(0) clearly states "none".