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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/keyboard-events-expected.txt

Issue 1480303002: Implement a basic PPAPI plugin for Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android after https://codereview.chromium.org/1478633002 Created 5 years 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
(Empty)
1 CONSOLE MESSAGE: Blink Test Plugin: DidChangeFocus(true)
2 CONSOLE MESSAGE: Blink Test Plugin: MouseDown at (12,12)
3 CONSOLE MESSAGE: Blink Test Plugin: MouseUp at (12,12)
4 CONSOLE MESSAGE: Blink Test Plugin: KeyDown 'KeyA'
5 CONSOLE MESSAGE: Blink Test Plugin: KeyUp 'KeyA'
6 CONSOLE MESSAGE: Blink Test Plugin: KeyDown 'KeyB'
7 CONSOLE MESSAGE: Blink Test Plugin: KeyUp 'KeyB'
8 CONSOLE MESSAGE: Blink Test Plugin: KeyDown 'KeyC'
9 CONSOLE MESSAGE: Blink Test Plugin: KeyUp 'KeyC'
10
11 This test checks if a plugin can receive keyboard events sent from eventSender. This is a test for Bug 34936.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698