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

Unified Diff: third_party/WebKit/LayoutTests/plugins/mouse-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/plugins/mouse-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/mouse-events-expected.txt b/third_party/WebKit/LayoutTests/plugins/mouse-events-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3b793d05586704ba4fef057499b2f3de4a2ed56d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/plugins/mouse-events-expected.txt
@@ -0,0 +1,7 @@
+CONSOLE MESSAGE: Blink Test Plugin: DidChangeFocus(true)
+CONSOLE MESSAGE: Blink Test Plugin: MouseDown at (12,12)
+CONSOLE MESSAGE: Blink Test Plugin: MouseUp at (12,12)
+CONSOLE MESSAGE: Blink Test Plugin: MouseDown at (22,22)
+CONSOLE MESSAGE: Blink Test Plugin: MouseUp at (32,22)
+
+Test for bug 11517: Flash clicks/interactivity not working properly.

Powered by Google App Engine
This is Rietveld 408576698