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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness-expected.txt

Issue 2847333002: Image Capture: add idlharness WPT (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fe000436b3ab0dd3aef886c692a38aec81a50c1f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness-expected.txt
@@ -0,0 +1,35 @@
+This is a testharness.js-based test.
+PASS ImageCapture interface: existence and properties of interface object
+PASS ImageCapture interface object length
+PASS ImageCapture interface object name
+FAIL ImageCapture interface: existence and properties of interface prototype object assert_equals: class string of ImageCapture.prototype expected "[object ImageCapturePrototype]" but got "[object ImageCapture]"
+PASS ImageCapture interface: existence and properties of interface prototype object's "constructor" property
+FAIL ImageCapture interface: operation takePhoto(PhotoSettings) assert_throws: calling operation with this = null didn't throw TypeError function "function () {
+ fn.apply(obj, args);
+ }" did not throw
+FAIL ImageCapture interface: operation getPhotoCapabilities() assert_throws: calling operation with this = null didn't throw TypeError function "function () {
+ fn.apply(obj, args);
+ }" did not throw
+FAIL ImageCapture interface: operation grabFrame() assert_throws: calling operation with this = null didn't throw TypeError function "function () {
+ fn.apply(obj, args);
+ }" did not throw
+PASS ImageCapture interface: attribute track
+PASS PhotoCapabilities interface: existence and properties of interface object
+PASS PhotoCapabilities interface object length
+PASS PhotoCapabilities interface object name
+FAIL PhotoCapabilities interface: existence and properties of interface prototype object assert_equals: class string of PhotoCapabilities.prototype expected "[object PhotoCapabilitiesPrototype]" but got "[object PhotoCapabilities]"
+PASS PhotoCapabilities interface: existence and properties of interface prototype object's "constructor" property
+PASS PhotoCapabilities interface: attribute redEyeReduction
+PASS PhotoCapabilities interface: attribute imageHeight
+PASS PhotoCapabilities interface: attribute imageWidth
+PASS PhotoCapabilities interface: attribute fillLightMode
+PASS MediaSettingsRange interface: existence and properties of interface object
+PASS MediaSettingsRange interface object length
+PASS MediaSettingsRange interface object name
+FAIL MediaSettingsRange interface: existence and properties of interface prototype object assert_equals: class string of MediaSettingsRange.prototype expected "[object MediaSettingsRangePrototype]" but got "[object MediaSettingsRange]"
+PASS MediaSettingsRange interface: existence and properties of interface prototype object's "constructor" property
+PASS MediaSettingsRange interface: attribute max
+PASS MediaSettingsRange interface: attribute min
+PASS MediaSettingsRange interface: attribute step
+Harness: the test ran to completion.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698