Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassThe BlobEventInit dictionary is required
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:8:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new BlobEvent("type");   }")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:9:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new BlobEvent("type", null);   }")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:12:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new BlobEvent("type", undefined);   }")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:15:3)
PassThe BlobEventInit dictionary's data member is required.
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new BlobEvent("type", {});   }")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:21:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new BlobEvent("type", { data: null });   }")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:24:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new BlobEvent("type", { data: undefined });   }")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:27:3)
PassThe BlobEvent instance's data attribute is set.
Asserts run
Pass
assert_equals("type", "type")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:35:3)
Pass
assert_equals(object "[object Blob]", object "[object Blob]")
    at Test.<anonymous> ( /mediacapture-record/BlobEvent-constructor.html:36:3)