summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/week/week-interactive-validation-required.html
blob: a38ab991507d3924af09574097d2daed424fa745 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/common-interactive-validation-required.js"></script>
<script>
onload = function() {
  testInteractiveValidationRequired({
    'expectedValue' : '2012-W15',
    'inputType' : 'week',
  });
};
</script>