| 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 99d3f91f24a4677a4bf0e693b3f0cbefc6e53a18..1c97e96f0d617b3ac22622649d27ec64811a3d5e 100644 | 
| --- a/third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html | 
| +++ b/third_party/WebKit/LayoutTests/payments/promises-keep-request-alive.html | 
| @@ -7,12 +7,10 @@ | 
| var details = { | 
| items: [ | 
| { | 
| -      id: 'bar', | 
| label: 'Sub-total', | 
| amount: { currency: 'USD', value : '55.00' }, // US$55.00 | 
| }, | 
| { | 
| -      id: 'foo', | 
| label: 'Sales Tax', | 
| amount: { currency: 'USD', value : '5.00' }, // US$5.00 | 
| } | 
|  |