blob: 1bc7d98d3350ad73208ce90321f0193b5aaee7cc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../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>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>