Index: LayoutTests/fast/forms/number/number-keyoperation-expected.txt |
diff --git a/LayoutTests/fast/forms/number/number-keyoperation-expected.txt b/LayoutTests/fast/forms/number/number-keyoperation-expected.txt |
index 1c4fc344e62baec018fed6a46b022e385dd0757b..fc48c3fd867dd369b61816fca847948d71962696 100644 |
--- a/LayoutTests/fast/forms/number/number-keyoperation-expected.txt |
+++ b/LayoutTests/fast/forms/number/number-keyoperation-expected.txt |
@@ -9,6 +9,8 @@ Press the up arrow key: |
PASS input.value is "124" |
Press the down arrow key: |
PASS input.value is "123" |
+Press the down and alt arrow key, should not decrement value: |
+PASS input.value is "123" |
Disable input element: |
PASS input.value is "123" |
Read-only input element: |