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

Side by Side Diff: LayoutTests/fast/events/scroll-div-with-prevent-default-in-subframe-expected.txt

Issue 9600027: Merge 106476 - Source/WebCore: preventDefault() in a mousedown in a subframe should not (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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
OLDNEW
1 PASS 1 PASS
2 2
3 This test does the following via EventSender: 3 This test does the following via EventSender:
4 1. Click and drag the div scrollbar to a middle point. 4 1. Click and drag the div scrollbar to a middle point.
5 2. Click and drag again, this time down and to right, with the mouseup occurring in a parent frame. 5 2. Click and drag again, this time down and to right, with the mouseup occurring in a parent frame.
6 3. Move the mouse back into the div with the scrollbar. 6 3. Move the mouse back into the div with the scrollbar.
7 Per https://bugs.webkit.org/show_bug.cgi?id=73097, because the div with the scro llbar had a mousedown event that called preventDefault(), the mouse moves would not properly be handled by the scrollbar. We pass if the div's scrollTop propert y is the same after all 3 steps. 7 Per https://bugs.webkit.org/show_bug.cgi?id=73097, because the div with the scro llbar had a mousedown event that called preventDefault(), the mouse moves would not properly be handled by the scrollbar. We pass if the div's scrollTop propert y is the same after all 3 steps.
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/scroll-div-with-prevent-default-in-subframe.html ('k') | Source/WebCore/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698