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 |