Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-wheel-event-expected.txt
blob3a0543d1769ce04e531d86526d55c2f4f63bfa07
1 Test for wheel operations for <input type=number>
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Initial value is 0. We'll wheel up by 1:
7 PASS input.value is "1"
8 Wheel up by 100:
9 PASS input.value is "2"
10 Wheel down by 1:
11 PASS input.value is "1"
12 Wheel down by 256:
13 PASS input.value is "0"
14 Disabled input element:
15 PASS input.value is "0"
16 Read-only input element:
17 PASS input.value is "0"
18 No focus:
19 PASS input.value is "0"
20 PASS successfullyParsed is true
22 TEST COMPLETE