| Index: third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html
|
| diff --git a/third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html b/third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html
|
| index c0934c7d2c88fc82cce9814e65680508a7b08cb3..db250f39ade1740815071f22c61c1839a950a051 100644
|
| --- a/third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html
|
| +++ b/third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html
|
| @@ -14,6 +14,7 @@ var details = {
|
|
|
| var response_data = {
|
| method_name: 'visa',
|
| + total_amount: {currency: 'USD', value: '55.00'},
|
| stringified_details: '{}'
|
| };
|
|
|
|
|