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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/overlay-scrollbar-mouse-capture-expected.txt

Issue 2784313002: Change hittest node to be scrollbar's parent when hittest include a scrollbar (Closed)
Patch Set: mustaq comments addressed Created 3 years, 8 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 1
2 This tests whether scrolling still works correctly when an overlay scrollbar is over a plugin. Clicking on the overlay scrollbar should cause it to activate and capture input. 2 This tests whether scrolling still works correctly when an overlay scrollbar is over a plugin. Clicking on the overlay scrollbar should cause it to activate and capture input.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS eventHistory.length is 2 7 PASS eventHistory.length is 0
8 PASS eventHistory[0] is "plugin.mousedown"
9 PASS eventHistory[1] is "plugin.mouseup"
10 PASS window.scrollY > 0 is true 8 PASS window.scrollY > 0 is true
11 PASS successfullyParsed is true 9 PASS successfullyParsed is true
12 10
13 TEST COMPLETE 11 TEST COMPLETE
14 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698