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

Unified Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/keyboardevent-key-expected.txt

Issue 1948763002: [EventSender] Fill DomKey in synthetic key events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two more keyboardevent-key-expected.txt Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/keyboardevent-key-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/keyboardevent-key-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/keyboardevent-key-expected.txt
deleted file mode 100644
index 9aa099c8758a05a33bd6aaece2ceec5883f97709..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/keyboardevent-key-expected.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-Tests KeyboardEvent.key attribute
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Modifier Keys
-FAIL lastKeyboardUpEvent.key should be Control. Was .
-FAIL lastKeyboardDownEvent.key should be Control. Was .
-FAIL lastKeyboardDownEvent.key should be Shift. Was .
-FAIL lastKeyboardDownEvent.key should be Shift. Was .
-FAIL lastKeyboardDownEvent.key should be Alt. Was .
-FAIL lastKeyboardDownEvent.key should be AltGraph. Was .
-FAIL lastKeyboardDownEvent.key should be NumLock. Was .
-FAIL lastKeyboardUpEvent.key should be NumLock. Was .
-Whitespace Keys
-FAIL lastKeyboardDownEvent.key should be Enter. Was .
-FAIL lastKeyboardDownEvent.key should be Tab. Was .
-FAIL lastKeyboardUpEvent.key should be Tab. Was .
-Navigation keys
-FAIL lastKeyboardDownEvent.key should be ArrowRight. Was .
-FAIL lastKeyboardUpEvent.key should be ArrowRight. Was .
-FAIL lastKeyboardDownEvent.key should be ArrowDown. Was .
-FAIL lastKeyboardDownEvent.key should be ArrowLeft. Was .
-FAIL lastKeyboardDownEvent.key should be ArrowUp. Was .
-FAIL lastKeyboardUpEvent.key should be ArrowUp. Was .
-FAIL lastKeyboardDownEvent.key should be Home. Was .
-FAIL lastKeyboardDownEvent.key should be End. Was .
-FAIL lastKeyboardDownEvent.key should be PageUp. Was .
-FAIL lastKeyboardDownEvent.key should be PageDown. Was .
-FAIL lastKeyboardUpEvent.key should be PageDown. Was .
-Editing Keys
-PASS lastKeyboardDownEvent.code is 'Backspace'
-FAIL lastKeyboardDownEvent.key should be Insert. Was .
-FAIL lastKeyboardUpEvent.key should be Insert. Was .
-FAIL lastKeyboardDownEvent.key should be Delete. Was .
-Device Keys
-FAIL lastKeyboardDownEvent.key should be PrintScreen. Was .
-FAIL lastKeyboardUpEvent.key should be PrintScreen. Was .
-General Purpose Function Section
-FAIL lastKeyboardDownEvent.key should be F1. Was .
-FAIL lastKeyboardDownEvent.key should be F6. Was .
-FAIL lastKeyboardDownEvent.key should be F12. Was .
-UI Keys
-FAIL lastKeyboardDownEvent.key should be Escape. Was .
-FAIL lastKeyboardUpEvent.key should be Escape. Was .
-FAIL lastKeyboardDownEvent.key should be MediaApps. Was .
-PASS successfullyParsed is true
-
-TEST COMPLETE
--

Powered by Google App Engine
This is Rietveld 408576698