Chromium Code Reviews| Index: content/test/data/payments/payment_app_invocation.html |
| diff --git a/content/test/data/payments/payment_app_invocation.html b/content/test/data/payments/payment_app_invocation.html |
| index 79ba835f9d4e9195d7edbb16bf74cd0d36dcbb5f..52fed4da383bdc2206e15a15ccd24112f9a6fa2c 100644 |
| --- a/content/test/data/payments/payment_app_invocation.html |
| +++ b/content/test/data/payments/payment_app_invocation.html |
| @@ -1,5 +1,8 @@ |
| <!doctype html> |
| <title>Payment App: Test for invoking payment app</title> |
| +<head> |
| + <link rel="manifest" href="manifest.json"> |
| +</head>> |
|
please use gerrit instead
2017/06/29 21:15:39
Remove the duplicate ">".
gogerald1
2017/06/30 02:55:22
Done.
|
| <script src="./result_queue.js"></script> |
| <script> |