Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / datetimelocal-multiple-fields / datetimelocal-multiple-fields-wheel-event.html
blobd8e3c05cf9ae78459812904ab8f8b6467c78143f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../resources/js-test.js"></script>
5 <script src="../resources/common-wheel-event.js"></script>
6 </head>
7 <body>
8 <script>
9 testWheelEvent({
10 'inputType' : 'datetime-local',
11 'initialValue' : '1999-01-13T00:00',
12 'stepUpValue1' : '1999-02-13T00:00',
13 'stepUpValue2' : '1999-03-13T00:00' });
14 </script>
15 </body>
16 </html>