Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: trunk/LayoutTests/plugins/user-gesture-expected.txt

Issue 1184693003: Revert 196987 "Don't invoke default actions for MouseEvents gene..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/LayoutTests/plugins/user-gesture.html ('k') | trunk/Source/core/dom/Node.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Plugin received event: MouseEnter 1 Plugin received event: MouseEnter
2 * not handling user gesture 2 * not handling user gesture
3 Plugin received event: MouseMove 3 Plugin received event: MouseMove
4 * not handling user gesture 4 * not handling user gesture
5 Plugin received event: MouseDown 5 Plugin received event: MouseDown
6 * handling user gesture 6 * handling user gesture
7 Plugin received event: MouseUp 7 Plugin received event: MouseUp
8 * handling user gesture 8 * handling user gesture
9 Plugin received event: MouseUp 9 Plugin received event: MouseUp
10 * handling user gesture 10 * handling user gesture
11 Plugin received event: MouseDown
12 * not handling user gesture
13 Plugin received event: MouseUp
14 * not handling user gesture
11 15
12 Test that the user gesture indicator is correctly set for events forwarded throu gh the WebPluginContainer. The tests succeeds if the first mousedown/mouseup eve nt pair is a user gesture, and the second is not. Issue 894913002 has changed th is behavior so that the second mousedown/mouseup are not delivered to the plugin . 16 Test that the user gesture indicator is correctly set for events forwarded throu gh the WebPluginContainer. The tests succeeds if the first mousedown/mouseup eve nt pair is a user gesture, and the second is not.
OLDNEW
« no previous file with comments | « trunk/LayoutTests/plugins/user-gesture.html ('k') | trunk/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698