1 Tests the capture attribute of <input type='file'>
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 FAIL 'capture' in input should be true. Was false.
7 FAIL input.capture should be false (of type boolean). Was undefined (of type undefined).
8 PASS input.hasAttribute('capture') is false
9 FAIL input.capture should be false (of type boolean). Was undefined (of type undefined).
10 PASS input.hasAttribute('capture') is false
11 FAIL input.capture should be true (of type boolean). Was undefined (of type undefined).
12 PASS input.hasAttribute('capture') is true
13 FAIL input.capture should be false (of type boolean). Was undefined (of type undefined).
14 PASS input.hasAttribute('capture') is false
15 FAIL input.capture should be true (of type boolean). Was undefined (of type undefined).
16 PASS input.hasAttribute('capture') is true
17 PASS input.capture is false
18 FAIL input.hasAttribute('capture') should be false. Was true.
19 PASS input.capture is true
20 PASS input.hasAttribute('capture') is true
21 PASS successfullyParsed is true