haikuwebkit/LayoutTests/fast/forms/datetimelocal/datetimelocal-interactive-v...

16 lines
335 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' : '1982-11-02T12:34',
'inputType' : 'datetime-local',
});
</script>
</body>
</html>