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

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

Issue 2830683002: Log duplicate shipping option ID warning in web payments API. (Closed)
Patch Set: Fix test 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/PaymentRequest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 160: Duplicate shipping option identifier 'express' is tre ated as an invalid address indicator.
1 CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid car ds. 2 CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid car ds.
2 CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid car ds. 3 CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid car ds.
3 This is a testharness.js-based test. 4 This is a testharness.js-based test.
4 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", "In valid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should t hrow", "Invalid amount "10." should throw", "Invalid amount ".99" should throw", "Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "In valid 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" 5 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", "In valid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should t hrow", "Invalid amount "10." should throw", "Invalid amount ".99" should throw", "Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "In valid 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"
5 PASS Creating a PaymentRequest with empty parameters should not throw or crash. 6 PASS Creating a PaymentRequest with empty parameters should not throw or crash.
6 PASS Creating a PaymentRequest with extra parameters should not throw or crash. 7 PASS Creating a PaymentRequest with extra parameters should not throw or crash.
7 PASS Creating a PaymentRequest with omitted optional parameters should not throw or crash. 8 PASS Creating a PaymentRequest with omitted optional parameters should not throw or crash.
8 PASS Creating a PaymentRequest with undefined optional parameters should not thr ow or crash. 9 PASS Creating a PaymentRequest with undefined optional parameters should not thr ow or crash.
9 PASS Creating a PaymentRequest with null optional parameters should not throw or crash. 10 PASS Creating a PaymentRequest with null optional parameters should not throw or crash.
10 PASS PaymentRequest should have readonly shippingAddress and shippingOption prop erties. 11 PASS PaymentRequest should have readonly shippingAddress and shippingOption prop erties.
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 PASS Invalid amount "-.99" should throw 146 PASS Invalid amount "-.99" should throw
146 PASS Invalid amount "10-" should throw 147 PASS Invalid amount "10-" should throw
147 PASS Invalid amount "1-0" should throw 148 PASS Invalid amount "1-0" should throw
148 PASS Invalid amount "1.0.0" should throw 149 PASS Invalid amount "1.0.0" should throw
149 PASS Invalid amount "1/3" should throw 150 PASS Invalid amount "1/3" should throw
150 PASS Empty amount should throw 151 PASS Empty amount should throw
151 PASS Null amount should throw 152 PASS Null amount should throw
152 PASS Undefined amount should throw 153 PASS Undefined amount should throw
153 Harness: the test ran to completion. 154 Harness: the test ran to completion.
154 155
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/PaymentRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698