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