Pass | Must have a methodDetails IDL attribute, which is initialized with to the methodName dictionary value | Asserts runPass | assert_idl_attribute(object "[object PaymentMethodChangeEvent]", "methodDetails")
at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:17:3) | Pass | assert_equals("pass", "pass")
at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:19:3) |
|
Pass | The methodDetails member defaults to null | Asserts runPass | assert_equals(null, null, "methodDetails attribute must initialize to null")
at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:24:3) | Pass | assert_equals(null, null, "methodDetails attribute must initialize to null")
at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:27:3) | Pass | assert_equals(null, null, "methodDetails attribute must initialize to null")
at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:30:3) |
|