Pass | Setting a default presentation request | Asserts runPass | assert_equals(null, null, "The initial value of the default presentation request is null.")
at Test.<anonymous> ( /presentation-api/controlling-ua/defaultRequest.https.html:11:5) | Pass | assert_equals(object "[object PresentationRequest]", object "[object PresentationRequest]", "The default presentation request is set to an instance of PresentationRequest.")
at Test.<anonymous> ( /presentation-api/controlling-ua/defaultRequest.https.html:15:5) | Pass | assert_throws_js(function "function TypeError() { [native code] }", function "() => { navigator.presentation.defaultRequest = {}; }", "The default presentation request cannot be set to any value but an instance of PresentationRequest or null.")
at Test.<anonymous> ( /presentation-api/controlling-ua/defaultRequest.https.html:17:5) | Pass | assert_equals(null, null, "The default presentation request is set to null.")
at Test.<anonymous> ( /presentation-api/controlling-ua/defaultRequest.https.html:22:5) |
|