diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 19:37:36 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 19:37:36 +0000 |
commit | d75fc6d6f871c69716cc321dce3b03b11a691f19 (patch) | |
tree | bdc2fbcbaddb1f094f67094436ed14192c106094 /webkit/data | |
parent | 31ce514946a450aebfb7e6036a21f0022f72f90a (diff) | |
download | chromium_src-d75fc6d6f871c69716cc321dce3b03b11a691f19.zip chromium_src-d75fc6d6f871c69716cc321dce3b03b11a691f19.tar.gz chromium_src-d75fc6d6f871c69716cc321dce3b03b11a691f19.tar.bz2 |
Retry rebaselining -- revert accidental Windows change, check in Linux one.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
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, |