repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
week-multiple-fields
/
week-multiple-fields-wheel-event.html
blob
1737161140e32e19791f5e0544f5775b3718639a
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'
:
'week'
,
11
'initialValue'
:
'1999-W01'
,
12
'stepUpValue1'
:
'1999-W02'
,
13
'stepUpValue2'
:
'1999-W03'
});
14
</script>
15
</body>
16
</html>