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