diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 00:08:45 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 00:08:45 +0000 |
commit | 1506b509b81a1536f46a7cbb81ee962baf3d2ea9 (patch) | |
tree | 5bb8ce4517fb579f80af1f7b5476ee222c40a0dd /webkit/data | |
parent | c1a3747e37f843500dedb1ba8483598c0b10a788 (diff) | |
download | chromium_src-1506b509b81a1536f46a7cbb81ee962baf3d2ea9.zip chromium_src-1506b509b81a1536f46a7cbb81ee962baf3d2ea9.tar.gz chromium_src-1506b509b81a1536f46a7cbb81ee962baf3d2ea9.tar.bz2 |
Re-baselining the mouseup-from-button2.html layout test. Verified that
the output of this test with an actual run in Safari generates the same sequence of events. The test fails due to a contextmenu event being generated after mousedown/mouseup for the right mouse button, which is
correct behavior.
R=tony
Review URL: http://codereview.chromium.org/6566
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_test_results/common/LayoutTests/fast/events/mouseup-from-button2-expected.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/webkit/data/layout_test_results/common/LayoutTests/fast/events/mouseup-from-button2-expected.txt b/webkit/data/layout_test_results/common/LayoutTests/fast/events/mouseup-from-button2-expected.txt new file mode 100644 index 0000000..afa6389 --- /dev/null +++ b/webkit/data/layout_test_results/common/LayoutTests/fast/events/mouseup-from-button2-expected.txt @@ -0,0 +1,17 @@ +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: mouseup, button: 2, +type: contextmenu, button: 2, +type: mousedown, button: 2, |