Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassMust have a .shippingAddress IDL attribute.
Asserts run
Pass
assert_idl_attribute(object "[object PaymentRequest]", "shippingAddress")
    at Test.<anonymous> ( /payment-request/payment-request-shippingAddress-attribute.https.html:20:3)
Pass.shippingAddress attribute must default to null.
Asserts run
Pass
assert_equals(null, null, "expected null")
    at Test.<anonymous> ( /payment-request/payment-request-shippingAddress-attribute.https.html:25:3)