diff options
2 files changed, 19 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/events/mouseup-from-button2-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/events/mouseup-from-button2-expected.txt new file mode 100644 index 0000000..2149129 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/events/mouseup-from-button2-expected.txt @@ -0,0 +1,18 @@ +This test verifies that a right mousebutton click generates a mousedown, context and mouseup event. + +If the test passes, you'll see a PASS message below. + +To run this test in Safari: + +Right mouse down inside the box. +Right mouse up. +box + +type: mousedown, button: 0, +type: mouseup, button: 0, +type: click, button: 0, +type: mousedown, button: 2, +type: contextmenu, button: 2, +type: mouseup, button: 2, +type: mousedown, button: 2, +type: contextmenu, button: 2, diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouseup-from-button2-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouseup-from-button2-expected.txt index 2149129..afa6389 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouseup-from-button2-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouseup-from-button2-expected.txt @@ -12,7 +12,6 @@ type: mousedown, button: 0, type: mouseup, button: 0, type: click, button: 0, type: mousedown, button: 2, -type: contextmenu, button: 2, type: mouseup, button: 2, -type: mousedown, button: 2, type: contextmenu, button: 2, +type: mousedown, button: 2, |