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

Unified Diff: LayoutTests/fast/events/js-keyboard-event-creation-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/js-keyboard-event-creation-expected.txt
diff --git a/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt b/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt
index 030a98d8c72bcf2c8e4dd01f26f91c2077eaf54f..9368ecaecd9270fc486ec34d181b249ed837d3fc 100644
--- a/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt
+++ b/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt
@@ -1,6 +1,6 @@
This tests that DOMKeyboardEvents are created correctly in the JavaScript API.
-keydown - key: U+0009@0 (keyCode/charCode: 9/0) modifiers: false,false,false,false
+keydown - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers: false,false,false,false
-keyup - key: U+0009@0 (keyCode/charCode: 9/0) modifiers: false,false,true,false
+keyup - key: U+0009@DOM_KEY_LOCATION_STANDARD (keyCode/charCode: 9/0) modifiers: false,false,true,false
« no previous file with comments | « LayoutTests/fast/events/js-keyboard-event-creation.html ('k') | LayoutTests/fast/events/keyboardevent-location-constants.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698