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

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

Issue 2958333002: [Payments] Implement web payment app manifest (Closed)
Patch Set: rename and comments Created 3 years, 5 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..413e999ac7424594c515e80a3a4f1e0774922947 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>
<script src="./result_queue.js"></script>
<script>
« no previous file with comments | « content/test/data/payments/manifest.json ('k') | third_party/WebKit/Source/modules/payments/PaymentInstruments.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698