diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 23:46:08 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 23:46:08 +0000 |
commit | dabaa73dceb1772448ed1ff6935471946da53143 (patch) | |
tree | 03207a30edf5fb0dab8a45d6132588286224c108 /webkit/data | |
parent | 86a18d9f3b81fc6a7425ae20a84b17786605d762 (diff) | |
download | chromium_src-dabaa73dceb1772448ed1ff6935471946da53143.zip chromium_src-dabaa73dceb1772448ed1ff6935471946da53143.tar.gz chromium_src-dabaa73dceb1772448ed1ff6935471946da53143.tar.bz2 |
Update test expectations of mouse-events now that I took out the console logging of "adjustCursorEvent". This matches DRT.
TBR=stuartmorgan
Review URL: http://codereview.chromium.org/1002007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/mouse-events-expected.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/mouse-events-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/mouse-events-expected.txt index b613020..98fab9a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/mouse-events-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/mouse-events-expected.txt @@ -1,12 +1,7 @@ -CONSOLE MESSAGE: line 16: PLUGIN: adjustCursorEvent -CONSOLE MESSAGE: line 16: PLUGIN: adjustCursorEvent CONSOLE MESSAGE: line 17: PLUGIN: getFocusEvent CONSOLE MESSAGE: line 17: PLUGIN: mouseDown at (20, 20) CONSOLE MESSAGE: line 18: PLUGIN: mouseUp at (20, 20) -CONSOLE MESSAGE: line 19: PLUGIN: adjustCursorEvent CONSOLE MESSAGE: line 20: PLUGIN: mouseDown at (30, 30) -CONSOLE MESSAGE: line 22: PLUGIN: adjustCursorEvent CONSOLE MESSAGE: line 22: PLUGIN: mouseUp at (40, 30) -CONSOLE MESSAGE: line 23: PLUGIN: adjustCursorEvent Test for bug 11517: Flash clicks/interactivity not working properly. |