1 This test verifies that a right mousebutton click generates a mousedown, context and mouseup event.
3 If the test passes, you'll see a PASS message below.
5 To run this test in Safari:
7 Right mouse down inside the box.
11 type: mousedown, button: 0,
12 type: mouseup, button: 0,
13 type: click, button: 0,
14 type: mousedown, button: 2,
15 type: contextmenu, button: 2,
16 type: mouseup, button: 2,
17 type: mousedown, button: 2,
18 type: contextmenu, button: 2,