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

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

Issue 2605173002: Call checkCompleted() synchronously in HTMLStyleElement::dispatchPendingEvent() (Closed)
Patch Set: Rebase Created 3 years, 11 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 CONSOLE MESSAGE: Blink Test Plugin: initializing
2 1
3 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.
4 3
5 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 ".
6 5
7 6
8 PASS eventHistory.length is 2 7 PASS eventHistory.length is 2
9 PASS eventHistory[0] is "plugin.mousedown" 8 PASS eventHistory[0] is "plugin.mousedown"
10 PASS eventHistory[1] is "plugin.mouseup" 9 PASS eventHistory[1] is "plugin.mouseup"
11 PASS window.scrollY > 0 is true 10 PASS window.scrollY > 0 is true
12 PASS successfullyParsed is true 11 PASS successfullyParsed is true
13 12
14 TEST COMPLETE 13 TEST COMPLETE
15 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698