Index: LayoutTests/fast/events/keyboardevent-key-expected.txt |
diff --git a/LayoutTests/fast/events/keyboardevent-key-expected.txt b/LayoutTests/fast/events/keyboardevent-key-expected.txt |
index 45d041bfefbf1fd47e0bafb73623bd5e32d33cdd..9aa099c8758a05a33bd6aaece2ceec5883f97709 100644 |
--- a/LayoutTests/fast/events/keyboardevent-key-expected.txt |
+++ b/LayoutTests/fast/events/keyboardevent-key-expected.txt |
@@ -4,46 +4,46 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Modifier Keys |
-PASS lastKeyboardUpEvent.key is 'Control' |
-PASS lastKeyboardDownEvent.key is 'Control' |
-PASS lastKeyboardDownEvent.key is 'Shift' |
-PASS lastKeyboardDownEvent.key is 'Shift' |
-PASS lastKeyboardDownEvent.key is 'Alt' |
-PASS lastKeyboardDownEvent.key is 'AltGraph' |
-PASS lastKeyboardDownEvent.key is 'NumLock' |
-PASS lastKeyboardUpEvent.key is 'NumLock' |
+FAIL lastKeyboardUpEvent.key should be Control. Was . |
+FAIL lastKeyboardDownEvent.key should be Control. Was . |
+FAIL lastKeyboardDownEvent.key should be Shift. Was . |
+FAIL lastKeyboardDownEvent.key should be Shift. Was . |
+FAIL lastKeyboardDownEvent.key should be Alt. Was . |
+FAIL lastKeyboardDownEvent.key should be AltGraph. Was . |
+FAIL lastKeyboardDownEvent.key should be NumLock. Was . |
+FAIL lastKeyboardUpEvent.key should be NumLock. Was . |
Whitespace Keys |
-PASS lastKeyboardDownEvent.key is 'Enter' |
-PASS lastKeyboardDownEvent.key is 'Tab' |
-PASS lastKeyboardUpEvent.key is 'Tab' |
+FAIL lastKeyboardDownEvent.key should be Enter. Was . |
+FAIL lastKeyboardDownEvent.key should be Tab. Was . |
+FAIL lastKeyboardUpEvent.key should be Tab. Was . |
Navigation keys |
-PASS lastKeyboardDownEvent.key is 'ArrowRight' |
-PASS lastKeyboardUpEvent.key is 'ArrowRight' |
-PASS lastKeyboardDownEvent.key is 'ArrowDown' |
-PASS lastKeyboardDownEvent.key is 'ArrowLeft' |
-PASS lastKeyboardDownEvent.key is 'ArrowUp' |
-PASS lastKeyboardUpEvent.key is 'ArrowUp' |
-PASS lastKeyboardDownEvent.key is 'Home' |
-PASS lastKeyboardDownEvent.key is 'End' |
-PASS lastKeyboardDownEvent.key is 'PageUp' |
-PASS lastKeyboardDownEvent.key is 'PageDown' |
-PASS lastKeyboardUpEvent.key is 'PageDown' |
+FAIL lastKeyboardDownEvent.key should be ArrowRight. Was . |
+FAIL lastKeyboardUpEvent.key should be ArrowRight. Was . |
+FAIL lastKeyboardDownEvent.key should be ArrowDown. Was . |
+FAIL lastKeyboardDownEvent.key should be ArrowLeft. Was . |
+FAIL lastKeyboardDownEvent.key should be ArrowUp. Was . |
+FAIL lastKeyboardUpEvent.key should be ArrowUp. Was . |
+FAIL lastKeyboardDownEvent.key should be Home. Was . |
+FAIL lastKeyboardDownEvent.key should be End. Was . |
+FAIL lastKeyboardDownEvent.key should be PageUp. Was . |
+FAIL lastKeyboardDownEvent.key should be PageDown. Was . |
+FAIL lastKeyboardUpEvent.key should be PageDown. Was . |
Editing Keys |
PASS lastKeyboardDownEvent.code is 'Backspace' |
-PASS lastKeyboardDownEvent.key is 'Insert' |
-PASS lastKeyboardUpEvent.key is 'Insert' |
-PASS lastKeyboardDownEvent.key is 'Delete' |
+FAIL lastKeyboardDownEvent.key should be Insert. Was . |
+FAIL lastKeyboardUpEvent.key should be Insert. Was . |
+FAIL lastKeyboardDownEvent.key should be Delete. Was . |
Device Keys |
-PASS lastKeyboardDownEvent.key is 'PrintScreen' |
-PASS lastKeyboardUpEvent.key is 'PrintScreen' |
+FAIL lastKeyboardDownEvent.key should be PrintScreen. Was . |
+FAIL lastKeyboardUpEvent.key should be PrintScreen. Was . |
General Purpose Function Section |
-PASS lastKeyboardDownEvent.key is 'F1' |
-PASS lastKeyboardDownEvent.key is 'F6' |
-PASS lastKeyboardDownEvent.key is 'F12' |
+FAIL lastKeyboardDownEvent.key should be F1. Was . |
+FAIL lastKeyboardDownEvent.key should be F6. Was . |
+FAIL lastKeyboardDownEvent.key should be F12. Was . |
UI Keys |
-PASS lastKeyboardDownEvent.key is 'Escape' |
-PASS lastKeyboardUpEvent.key is 'Escape' |
-PASS lastKeyboardDownEvent.key is 'MediaApps' |
+FAIL lastKeyboardDownEvent.key should be Escape. Was . |
+FAIL lastKeyboardUpEvent.key should be Escape. Was . |
+FAIL lastKeyboardDownEvent.key should be MediaApps. Was . |
PASS successfullyParsed is true |
TEST COMPLETE |