summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/number/number-spinbutton-click-in-iframe.html
blob: 0b2e672d3147a0b60c8c37cd5f9957a42a324a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<script src="../../../fast/js/resources/js-test-pre.js"></script>
<script src="../resources/common.js"></script>
<script src="../resources/common-spinbutton-click-in-iframe.js"></script>
</head>
<body>
<script>
testClickSpinButtonInIFrame({
    'expectedValue' : '12346',
    'initialValue' : '12345',
    'inputType' : 'number'
});
</script>
</body>
</html>