summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-16 19:29:22 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-16 19:29:22 +0000
commitcefd753bec867863c7902680cf4c85d28d82d0f6 (patch)
tree55866093723238d31567ff2f7095547a253199a0 /webkit
parent8cf67c84d8e530031755c32dc947a0d9415330a6 (diff)
downloadchromium_src-cefd753bec867863c7902680cf4c85d28d82d0f6.zip
chromium_src-cefd753bec867863c7902680cf4c85d28d82d0f6.tar.gz
chromium_src-cefd753bec867863c7902680cf4c85d28d82d0f6.tar.bz2
Rebaselines the test fast/events/mouse-click-events.html. We need to rebaseline this for two reasons:
. We've turned on pan and scroll, which results in different middle mouse behavior. . we don't support an OTHER mouse button, resulting in different mouse events. BUG=none TEST=none Review URL: http://codereview.chromium.org/18157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouse-click-events-expected.txt7
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt2
2 files changed, 1 insertions, 8 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouse-click-events-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouse-click-events-expected.txt
index 591e822..7c5d3e3 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouse-click-events-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/mouse-click-events-expected.txt
@@ -12,22 +12,15 @@ mouseup(0)
click(0)
dblclick(0)
Middle Mouse Button
-mousedown(1)
mouseup(1)
-click(1)
-mousedown(1)
mouseup(1)
-click(1)
-dblclick(1)
Right Mouse Button
mousedown(2)
mouseup(2)
mousedown(2)
mouseup(2)
4th Mouse Button
-mousedown(1)
mouseup(1)
-click(1)
mouseup(1)
PASS successfullyParsed is true
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 4b12e59..2499f79 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -1207,7 +1207,7 @@ LayoutTests/fast/forms/selection-functions.html = FAIL
// MERGE REGRESSIONS 36102:37604
WIN : LayoutTests/fast/css/line-height-overflow.html = FAIL
-LINUX WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL
+LINUX : LayoutTests/fast/events/mouse-click-events.html = FAIL
WIN : LayoutTests/fast/flexbox/009.html = FAIL
// The thumb in the scrollbar looks wrong. It looks too narrow.
LayoutTests/fast/forms/form-element-geometry.html = FAIL