<!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> |