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

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

Issue 2850183002: Fix harness error in payment-request-interface.html layout test. (Closed)
Patch Set: Expecations Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/payments/payment-request-interface.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4107993011b047d229b3c3bff68a452c5afb7101..a2614c0ce8cc671087a11db7758560c8fd8dd35d 100644
--- a/third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt
+++ b/third_party/WebKit/LayoutTests/payments/payment-request-interface-expected.txt
@@ -2,7 +2,6 @@ CONSOLE WARNING: line 160: Duplicate shipping option identifier 'express' is tre
CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid cards.
CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid cards.
This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = 17 duplicate test names: "Duplicate supported payment method identifiers should not throw.", "Duplicate supported payment method identifiers in modifiers should not throw.", "Undefined currency code should throw", "Invalid amount "-" should throw", "Invalid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should throw", "Invalid amount "10." should throw", "Invalid amount ".99" should throw", "Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "Invalid amount "10-" should throw", "Invalid amount "1-0" should throw", "Invalid amount "1.0.0" should throw", "Invalid amount "1/3" should throw", "Empty amount should throw", "Null amount should throw", "Undefined amount should throw"
PASS Creating a PaymentRequest with empty parameters should not throw or crash.
PASS Creating a PaymentRequest with extra parameters should not throw or crash.
PASS Creating a PaymentRequest with omitted optional parameters should not throw or crash.
@@ -36,9 +35,9 @@ PASS Negative line item value should not throw.
PASS Undefined modifiers should not throw.
PASS Non-negative total value in PaymentDetailsModifier should not throw.
PASS Duplicate supported payment method identifiers should not throw.
-PASS Duplicate supported payment method identifiers should not throw.
-PASS Duplicate supported payment method identifiers in modifiers should not throw.
+PASS Duplicate supported payment method identifiers in separate methodData objects should not throw.
PASS Duplicate supported payment method identifiers in modifiers should not throw.
+PASS Duplicate supported payment method identifiers in separate methoData objects of modifiers should not throw.
PASS Android Pay parameters for test environment with gateway token should not throw.
PASS Android Pay parameters for produciton environment with network token should not throw.
PASS Basic card parameters should not throw.
@@ -76,80 +75,80 @@ 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 Undefined currency code should throw
-PASS Invalid amount "-" should throw
-PASS Invalid amount "notdigits" should throw
-PASS Invalid amount "ALSONOTDIGITS" should throw
-PASS Invalid amount "10." should throw
-PASS Invalid amount ".99" should throw
-PASS Invalid amount "-10." should throw
-PASS Invalid amount "-.99" should throw
-PASS Invalid amount "10-" should throw
-PASS Invalid amount "1-0" should throw
-PASS Invalid amount "1.0.0" should throw
-PASS Invalid amount "1/3" should throw
-PASS Empty amount should throw
-PASS Null amount should throw
-PASS Undefined amount should throw
-PASS Undefined currency code should throw
-PASS Invalid amount "-" should throw
-PASS Invalid amount "notdigits" should throw
-PASS Invalid amount "ALSONOTDIGITS" should throw
-PASS Invalid amount "10." should throw
-PASS Invalid amount ".99" should throw
-PASS Invalid amount "-10." should throw
-PASS Invalid amount "-.99" should throw
-PASS Invalid amount "10-" should throw
-PASS Invalid amount "1-0" should throw
-PASS Invalid amount "1.0.0" should throw
-PASS Invalid amount "1/3" should throw
-PASS Empty amount should throw
-PASS Null amount should throw
-PASS Undefined amount should throw
-PASS Undefined currency code should throw
-PASS Invalid amount "-" should throw
-PASS Invalid amount "notdigits" should throw
-PASS Invalid amount "ALSONOTDIGITS" should throw
-PASS Invalid amount "10." should throw
-PASS Invalid amount ".99" should throw
-PASS Invalid amount "-10." should throw
-PASS Invalid amount "-.99" should throw
-PASS Invalid amount "10-" should throw
-PASS Invalid amount "1-0" should throw
-PASS Invalid amount "1.0.0" should throw
-PASS Invalid amount "1/3" should throw
-PASS Empty amount should throw
-PASS Null amount should throw
-PASS Undefined amount should throw
-PASS Undefined currency code should throw
-PASS Invalid amount "-" should throw
-PASS Invalid amount "notdigits" should throw
-PASS Invalid amount "ALSONOTDIGITS" should throw
-PASS Invalid amount "10." should throw
-PASS Invalid amount ".99" should throw
-PASS Invalid amount "-10." should throw
-PASS Invalid amount "-.99" should throw
-PASS Invalid amount "10-" should throw
-PASS Invalid amount "1-0" should throw
-PASS Invalid amount "1.0.0" should throw
-PASS Invalid amount "1/3" should throw
-PASS Empty amount should throw
-PASS Null amount should throw
-PASS Undefined amount should throw
-PASS Undefined currency code should throw
-PASS Invalid amount "-" should throw
-PASS Invalid amount "notdigits" should throw
-PASS Invalid amount "ALSONOTDIGITS" should throw
-PASS Invalid amount "10." should throw
-PASS Invalid amount ".99" should throw
-PASS Invalid amount "-10." should throw
-PASS Invalid amount "-.99" should throw
-PASS Invalid amount "10-" should throw
-PASS Invalid amount "1-0" should throw
-PASS Invalid amount "1.0.0" should throw
-PASS Invalid amount "1/3" should throw
-PASS Empty amount should throw
-PASS Null amount should throw
-PASS Undefined amount should throw
+PASS Undefined currency code in total should throw
+PASS Invalid amount "-" in total should throw
+PASS Invalid amount "notdigits" in total should throw
+PASS Invalid amount "ALSONOTDIGITS" in total should throw
+PASS Invalid amount "10." in total should throw
+PASS Invalid amount ".99" in total should throw
+PASS Invalid amount "-10." in total should throw
+PASS Invalid amount "-.99" in total should throw
+PASS Invalid amount "10-" in total should throw
+PASS Invalid amount "1-0" in total should throw
+PASS Invalid amount "1.0.0" in total should throw
+PASS Invalid amount "1/3" in total should throw
+PASS Empty amount in total should throw
+PASS Null amount in total should throw
+PASS Undefined amount in total should throw
+PASS Undefined currency code in displayItems.0 should throw
+PASS Invalid amount "-" in displayItems.0 should throw
+PASS Invalid amount "notdigits" in displayItems.0 should throw
+PASS Invalid amount "ALSONOTDIGITS" in displayItems.0 should throw
+PASS Invalid amount "10." in displayItems.0 should throw
+PASS Invalid amount ".99" in displayItems.0 should throw
+PASS Invalid amount "-10." in displayItems.0 should throw
+PASS Invalid amount "-.99" in displayItems.0 should throw
+PASS Invalid amount "10-" in displayItems.0 should throw
+PASS Invalid amount "1-0" in displayItems.0 should throw
+PASS Invalid amount "1.0.0" in displayItems.0 should throw
+PASS Invalid amount "1/3" in displayItems.0 should throw
+PASS Empty amount in displayItems.0 should throw
+PASS Null amount in displayItems.0 should throw
+PASS Undefined amount in displayItems.0 should throw
+PASS Undefined currency code in shippingOptions.0 should throw
+PASS Invalid amount "-" in shippingOptions.0 should throw
+PASS Invalid amount "notdigits" in shippingOptions.0 should throw
+PASS Invalid amount "ALSONOTDIGITS" in shippingOptions.0 should throw
+PASS Invalid amount "10." in shippingOptions.0 should throw
+PASS Invalid amount ".99" in shippingOptions.0 should throw
+PASS Invalid amount "-10." in shippingOptions.0 should throw
+PASS Invalid amount "-.99" in shippingOptions.0 should throw
+PASS Invalid amount "10-" in shippingOptions.0 should throw
+PASS Invalid amount "1-0" in shippingOptions.0 should throw
+PASS Invalid amount "1.0.0" in shippingOptions.0 should throw
+PASS Invalid amount "1/3" in shippingOptions.0 should throw
+PASS Empty amount in shippingOptions.0 should throw
+PASS Null amount in shippingOptions.0 should throw
+PASS Undefined amount in shippingOptions.0 should throw
+PASS Undefined currency code in modifiers.0.total should throw
+PASS Invalid amount "-" in modifiers.0.total should throw
+PASS Invalid amount "notdigits" in modifiers.0.total should throw
+PASS Invalid amount "ALSONOTDIGITS" in modifiers.0.total should throw
+PASS Invalid amount "10." in modifiers.0.total should throw
+PASS Invalid amount ".99" in modifiers.0.total should throw
+PASS Invalid amount "-10." in modifiers.0.total should throw
+PASS Invalid amount "-.99" in modifiers.0.total should throw
+PASS Invalid amount "10-" in modifiers.0.total should throw
+PASS Invalid amount "1-0" in modifiers.0.total should throw
+PASS Invalid amount "1.0.0" in modifiers.0.total should throw
+PASS Invalid amount "1/3" in modifiers.0.total should throw
+PASS Empty amount in modifiers.0.total should throw
+PASS Null amount in modifiers.0.total should throw
+PASS Undefined amount in modifiers.0.total should throw
+PASS Undefined currency code in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "-" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "notdigits" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "ALSONOTDIGITS" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "10." in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount ".99" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "-10." in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "-.99" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "10-" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "1-0" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "1.0.0" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Invalid amount "1/3" in modifiers.0.additionalDisplayItems.0 should throw
+PASS Empty amount in modifiers.0.additionalDisplayItems.0 should throw
+PASS Null amount in modifiers.0.additionalDisplayItems.0 should throw
+PASS Undefined amount in modifiers.0.additionalDisplayItems.0 should throw
Harness: the test ran to completion.
« no previous file with comments | « third_party/WebKit/LayoutTests/payments/payment-request-interface.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698