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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html

Issue 2562873002: [PaymentApp] label field was changed to name field in PaymentAppOption. (Closed)
Patch Set: [WIP] [PaymentApp] label -> name in PaymentAppOption. Created 4 years 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/http/tests/payments/payment-app-manager.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html b/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html
index 05cbe8d127a6658dfd77944df688bccf95205969..1637a4b230ebb93afab38ae55cfccb2653bd1d69 100644
--- a/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html
+++ b/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html
@@ -85,7 +85,7 @@ promise_test(test => {
label: 'Payment App',
icon: 'payment-app-icon',
options: [{
- label: 'Visa ****',
+ name: 'Visa ****',
icon: 'payment-app-icon',
id: 'payment-app-id',
enabledMethods: ['visa2']
@@ -119,7 +119,7 @@ promise_test(test => {
label: 'Payment App',
icon: 'payment-app-icon',
options: [{
- label: 'Visa ****',
+ name: 'Visa ****',
icon: 'payment-app-icon',
id: 'payment-app-id',
enabledMethods: ['visa2']

Powered by Google App Engine
This is Rietveld 408576698