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

Unified 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 side-by-side diff with in-line comments
Download patch
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
« 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