There are four lists listening to the mousedown event.

For the test to pass, it must match the reference.

Only the first click counts. (I didn't want to figure out stopping multiple clicks)

List One:

Result:

Click me!

Reference:

3 (PASS)

2 (PASS)

1 (PASS)

List Two:

Result:

Click me!

Reference:

2 (PASS)

1 (PASS)

List Three:

(Test fails if FAIL is shown on screen)

Result:

Click me!

Reference:

1 (PASS)

List Four:

(Test fails if FAIL is shown on screen)

Result:

Click me!

Reference:

3 (PASS)

2 (PASS)

1 (PASS)