can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
15 lines (12 loc) • 453 B
HTML
<!-- saved from url=(0045)http://tests.caniuse.com/form_validation.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script>
if(location.href.indexOf('?') >= 0) {
document.write('FAIL');
}
</script>
</head><body><form action="http://tests.caniuse.com/form_validation.html?" method="post">
<input type="url" name="foo" required="">
<input type="submit" value="submit me!">
</form>
</body></html>