| Index: LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt (revision 139034)
|
| +++ LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt (working copy)
|
| @@ -14,6 +14,10 @@
|
|
|
| == Digit keys ==
|
| PASS input.value is "0012-W09"
|
| +== Digit keys starting with zero ==
|
| +PASS input.value is "0300-W02"
|
| +== Digit keys and backspace key ==
|
| +PASS input.value is "0006-W01"
|
| == Left/Right keys ==
|
| PASS input.value is "0005-W06"
|
| PASS document.activeElement.id is "input"
|
|
|