haikuwebkit/LayoutTests/fast/forms/month/month-interactive-validatio...

16 lines
317 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
<script src="../resources/common-interactive-validation-required.js"></script>
</head>
<body>
<script>
testInteractiveValidationRequired({
'expectedValue' : '2012-09',
'inputType' : 'month',
});
</script>
</body>
</html>