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

Unified Diff: LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt

Issue 292973007: DevTools: Focus/blur events that are triggered by DevTools get dispatched when page is unfocused (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt
diff --git a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d33f208ebe1a51f388ed799445036d92bf389fcc
--- /dev/null
+++ b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt
@@ -0,0 +1,11 @@
+
+focus foo
+blur foo
+focus bar
+blur bar
+focus baz
+================
+value of foo:foo
+value of bar:bar
+value of baz:
+

Powered by Google App Engine
This is Rietveld 408576698