Pass | The BlobEventInit dictionary is required | Asserts runPass | 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) |
|
Pass | The BlobEventInit dictionary's data member is required. | Asserts runPass | 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) |
|
Pass | The BlobEvent instance's data attribute is set. | Asserts runPass | 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) |
|