Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: LayoutTests/fast/forms/file/file-input-capture-expected.txt

Issue 18332015: HTML Media Capture: Update implementation, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@update-media-capture-implementation-part1
Patch Set: Rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/file/file-input-capture.html ('k') | Source/WebKit/chromium/src/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698