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

Unified Diff: LayoutTests/fast/events/keydown-leftright-keys-expected.txt

Issue 20986003: Define DOM_KEY_LOCATION_* constants on KeyboardEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/fast/events/keydown-leftright-keys-expected.txt
diff --git a/LayoutTests/fast/events/keydown-leftright-keys-expected.txt b/LayoutTests/fast/events/keydown-leftright-keys-expected.txt
index 3bd4849cecd9a7ca5806023e6819675294fe7d64..759c409268a66b549ec57f4593184429516c8789 100644
--- a/LayoutTests/fast/events/keydown-leftright-keys-expected.txt
+++ b/LayoutTests/fast/events/keydown-leftright-keys-expected.txt
@@ -6,22 +6,22 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 16
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT
+PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_LEFT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 17
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT
+PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_LEFT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 18
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT
+PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_LEFT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 16
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT
+PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 17
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT
+PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 18
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT
+PASS lastKeyboardEvent.keyLocation is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698