Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt

Issue 2780773004: Reland "PaymentRequest: Introduce PaymentDetailsInit and PaymentDetailsUpdate." (Closed)
Patch Set: Reland "PaymentRequest: Introduce PaymentDetailsInit and PaymentDetailsUpdate." Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt
diff --git a/third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt b/third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt
index a67b388d130eab9310f67474edc2dbc39e5ff315..8b9ce91b14946a23c42b2c6dac77323bacf3328a 100644
--- a/third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt
+++ b/third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt
@@ -75,9 +75,6 @@ PASS Numeric value for payment method specific data parameter should throw
PASS Infinite JSON value for one of the payment method specific data pieces should throw
PASS Null for payment method specific data parameter should throw
PASS Empty string for payment method specific data parameter should throw
-PASS If details contains a null value for error, then throw a TypeError
-PASS If details contains an empty string value for error, then throw a TypeError
-PASS If details contains a non-empty string value for error, then throw a TypeError
PASS Undefined currency code should throw
PASS Invalid amount "-" should throw
PASS Invalid amount "notdigits" should throw

Powered by Google App Engine
This is Rietveld 408576698