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

Side by Side 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, 7 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
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/mediacapture-image/idlharness.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS ImageCapture interface: existence and properties of interface object
3 PASS ImageCapture interface object length
4 PASS ImageCapture interface object name
5 FAIL ImageCapture interface: existence and properties of interface prototype obj ect assert_equals: class string of ImageCapture.prototype expected "[object Imag eCapturePrototype]" but got "[object ImageCapture]"
6 PASS ImageCapture interface: existence and properties of interface prototype obj ect's "constructor" property
7 FAIL ImageCapture interface: operation takePhoto(PhotoSettings) assert_throws: c alling operation with this = null didn't throw TypeError function "function () {
8 fn.apply(obj, args);
9 }" did not throw
10 FAIL ImageCapture interface: operation getPhotoCapabilities() assert_throws: cal ling operation with this = null didn't throw TypeError function "function () {
11 fn.apply(obj, args);
12 }" did not throw
13 FAIL ImageCapture interface: operation grabFrame() assert_throws: calling operat ion with this = null didn't throw TypeError function "function () {
14 fn.apply(obj, args);
15 }" did not throw
16 PASS ImageCapture interface: attribute track
17 PASS PhotoCapabilities interface: existence and properties of interface object
18 PASS PhotoCapabilities interface object length
19 PASS PhotoCapabilities interface object name
20 FAIL PhotoCapabilities interface: existence and properties of interface prototyp e object assert_equals: class string of PhotoCapabilities.prototype expected "[o bject PhotoCapabilitiesPrototype]" but got "[object PhotoCapabilities]"
21 PASS PhotoCapabilities interface: existence and properties of interface prototyp e object's "constructor" property
22 PASS PhotoCapabilities interface: attribute redEyeReduction
23 PASS PhotoCapabilities interface: attribute imageHeight
24 PASS PhotoCapabilities interface: attribute imageWidth
25 PASS PhotoCapabilities interface: attribute fillLightMode
26 PASS MediaSettingsRange interface: existence and properties of interface object
27 PASS MediaSettingsRange interface object length
28 PASS MediaSettingsRange interface object name
29 FAIL MediaSettingsRange interface: existence and properties of interface prototy pe object assert_equals: class string of MediaSettingsRange.prototype expected " [object MediaSettingsRangePrototype]" but got "[object MediaSettingsRange]"
30 PASS MediaSettingsRange interface: existence and properties of interface prototy pe object's "constructor" property
31 PASS MediaSettingsRange interface: attribute max
32 PASS MediaSettingsRange interface: attribute min
33 PASS MediaSettingsRange interface: attribute step
34 Harness: the test ran to completion.
35
OLDNEW
« 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