From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../billing-address-is-null-manual.https.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/web-platform/tests/payment-method-basic-card/billing-address-is-null-manual.https.html') diff --git a/testing/web-platform/tests/payment-method-basic-card/billing-address-is-null-manual.https.html b/testing/web-platform/tests/payment-method-basic-card/billing-address-is-null-manual.https.html index 3250e0a2c5..5eac71963e 100644 --- a/testing/web-platform/tests/payment-method-basic-card/billing-address-is-null-manual.https.html +++ b/testing/web-platform/tests/payment-method-basic-card/billing-address-is-null-manual.https.html @@ -101,8 +101,8 @@ function checkRedaction(billingAddress) { assert_true( - billingAddress instanceof PaymentAddress, - "Expected instance of PaymentAddress" + billingAddress instanceof ContactAddress, + "Expected instance of ContactAddress" ); for (const item of ["organization", "phone", "recipient"]) { assert_equals( @@ -134,7 +134,7 @@
  • -- cgit v1.2.3