Index: LayoutTests/fast/events/arrow-keys-on-body-expected.txt |
diff --git a/LayoutTests/fast/events/arrow-keys-on-body-expected.txt b/LayoutTests/fast/events/arrow-keys-on-body-expected.txt |
index b5b70b1ffdef7a3a3cd7a9b529669eb3aa99bc41..dd03dd6f63a5e3654372b2036a9dcd0b902608b7 100644 |
--- a/LayoutTests/fast/events/arrow-keys-on-body-expected.txt |
+++ b/LayoutTests/fast/events/arrow-keys-on-body-expected.txt |
@@ -2,7 +2,7 @@ Test that arrow keys do not dispatch keypress events even if there is no default |
To test manually, press arrow keys and verify that no keypress events are logged. |
-target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyLocation - keyCode - charCode |
+target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - location - keyCode - charCode |
BODY - keydown - false,false,false,false - Left - DOM_KEY_LOCATION_STANDARD - 37 - 0 |
BODY - keyup - false,false,false,false - Left - DOM_KEY_LOCATION_STANDARD - 37 - 0 |