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

Unified Diff: content/test/data/payments/payment_app_invocation.html

Issue 2958333002: [Payments] Implement web payment app manifest (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698