| OLD | NEW |
| 1 Tests the capture attribute of <input type='file'> | 1 Tests the capture attribute of <input type='file'> |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 FAIL 'capture' in input should be true. Was false. | 6 FAIL 'capture' in input should be true. Was false. |
| 7 FAIL input.capture should be (of type string). Was undefined (of type undefined
). | 7 FAIL input.capture should be false (of type boolean). Was undefined (of type und
efined). |
| 8 FAIL input.capture should be filesystem (of type string). Was undefined (of type
undefined). | 8 PASS input.hasAttribute('capture') is false |
| 9 FAIL input.capture should be camera (of type string). Was undefined (of type und
efined). | 9 FAIL input.capture should be false (of type boolean). Was undefined (of type und
efined). |
| 10 FAIL input.capture should be camcorder (of type string). Was undefined (of type
undefined). | 10 PASS input.hasAttribute('capture') is false |
| 11 FAIL input.capture should be microphone (of type string). Was undefined (of type
undefined). | 11 FAIL input.capture should be true (of type boolean). Was undefined (of type unde
fined). |
| 12 FAIL input.capture should be filesystem (of type string). Was undefined (of type
undefined). | 12 PASS input.hasAttribute('capture') is true |
| 13 FAIL input.capture should be camcorder. Was CamCorder. | 13 FAIL input.capture should be false (of type boolean). Was undefined (of type und
efined). |
| 14 FAIL input.getAttribute('capture') should be CamCorder. Was xyzzy. | 14 PASS input.hasAttribute('capture') is false |
| 15 FAIL input.capture should be true (of type boolean). Was undefined (of type unde
fined). |
| 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 |
| 15 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
| 16 | 22 |
| 17 TEST COMPLETE | 23 TEST COMPLETE |
| 18 | 24 |
| OLD | NEW |