haikuwebkit/LayoutTests/fast/forms/date/date-interactive-validation...

16 lines
319 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-08-25',
'inputType' : 'date',
});
</script>
</body>
</html>