Back to Chromium

Test for requesting billing address

third_party/blink/web_tests/external/wpt/payment-method-basic-card/billing-address-is-null-manual.https.html

149.0.7827.2715 B
Original Source

Request billing address

Click on each button in sequence from top to bottom without refreshing the page. Each button will bring up the Payment Request UI window.

When the payment sheet is presented, select a payment method (e.g., a credit card), and press "Pay".

  1. When no billing address is requested, PaymentMethodChangeEvent.methodData.billingAddress is null.
  2. When billing address is requested,PaymentMethodChangeEvent.methodData.billingAddress is a ContactAddress.
  3. Done!

If you find a buggy test, please file a bug and tag one of the suggested reviewers.