| Index: LayoutTests/fast/forms/file/file-input-capture-expected.txt
|
| diff --git a/LayoutTests/fast/forms/file/file-input-capture-expected.txt b/LayoutTests/fast/forms/file/file-input-capture-expected.txt
|
| index ea1c32ce75971de5f407a5ba76d29577d0a00c6d..9977cd6f0e5c072471dc91666b6631b99856eefa 100644
|
| --- a/LayoutTests/fast/forms/file/file-input-capture-expected.txt
|
| +++ b/LayoutTests/fast/forms/file/file-input-capture-expected.txt
|
| @@ -4,14 +4,20 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| FAIL 'capture' in input should be true. Was false.
|
| -FAIL input.capture should be (of type string). Was undefined (of type undefined).
|
| -FAIL input.capture should be filesystem (of type string). Was undefined (of type undefined).
|
| -FAIL input.capture should be camera (of type string). Was undefined (of type undefined).
|
| -FAIL input.capture should be camcorder (of type string). Was undefined (of type undefined).
|
| -FAIL input.capture should be microphone (of type string). Was undefined (of type undefined).
|
| -FAIL input.capture should be filesystem (of type string). Was undefined (of type undefined).
|
| -FAIL input.capture should be camcorder. Was CamCorder.
|
| -FAIL input.getAttribute('capture') should be CamCorder. Was xyzzy.
|
| +FAIL input.capture should be false (of type boolean). Was undefined (of type undefined).
|
| +PASS input.hasAttribute('capture') is false
|
| +FAIL input.capture should be false (of type boolean). Was undefined (of type undefined).
|
| +PASS input.hasAttribute('capture') is false
|
| +FAIL input.capture should be true (of type boolean). Was undefined (of type undefined).
|
| +PASS input.hasAttribute('capture') is true
|
| +FAIL input.capture should be false (of type boolean). Was undefined (of type undefined).
|
| +PASS input.hasAttribute('capture') is false
|
| +FAIL input.capture should be true (of type boolean). Was undefined (of type undefined).
|
| +PASS input.hasAttribute('capture') is true
|
| +PASS input.capture is false
|
| +FAIL input.hasAttribute('capture') should be false. Was true.
|
| +PASS input.capture is true
|
| +PASS input.hasAttribute('capture') is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|