Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassMust have a methodName IDL attribute, which is initialized with to the methodName dictionary value
Asserts run
Pass
assert_idl_attribute(object "[object PaymentMethodChangeEvent]", "methodName")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodName-attribute.https.html:13:3)
Pass
assert_equals("wpt-test", "wpt-test")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodName-attribute.https.html:15:3)
PassWhen no dictionary is passed, the methodName member defaults to the empty string
Asserts run
Pass
assert_equals("", "", "methodName attribute must initialize to empty string")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodName-attribute.https.html:20:3)
Pass
assert_equals("", "", "methodName attribute must initialize to empty string")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodName-attribute.https.html:23:3)
Pass
assert_equals("", "", "methodName attribute must initialize to empty string")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodName-attribute.https.html:26:3)