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

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: Rebase on master 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 3148103209de692119bc932251167213b15d6e3e..1bf9cdef375d9cf9a67e4a4b62334ab4b3a39850 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.location is KEY_LOCATION_LEFT
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_LEFT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 17
-PASS lastKeyboardEvent.location is KEY_LOCATION_LEFT
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_LEFT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 18
-PASS lastKeyboardEvent.location is KEY_LOCATION_LEFT
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_LEFT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 16
-PASS lastKeyboardEvent.location is KEY_LOCATION_RIGHT
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 17
-PASS lastKeyboardEvent.location is KEY_LOCATION_RIGHT
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
PASS lastKeyboardEvent.type is "keydown"
PASS lastKeyboardEvent.keyCode is 18
-PASS lastKeyboardEvent.location is KEY_LOCATION_RIGHT
+PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/events/keydown-leftright-keys.html ('k') | LayoutTests/fast/events/keydown-numpad-keys-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698