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

Unified Diff: chrome/test/data/payments/payment_request_blob_url_test.html

Issue 2859613002: Disable web payments API on blob: and data: schemes. (Closed)
Patch Set: Fix up Android test Created 3 years, 7 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
« no previous file with comments | « chrome/test/data/payments/blob_url.js ('k') | components/payments/content/payment_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/payments/payment_request_blob_url_test.html
diff --git a/chrome/test/data/payments/payment_request_blob_url_test.html b/chrome/test/data/payments/payment_request_blob_url_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..58b27688684e5a298b03a7e843be747f6b4dd616
--- /dev/null
+++ b/chrome/test/data/payments/payment_request_blob_url_test.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<!--
+Copyright 2017 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<html>
+<head>
+<title>Blob URL Test</title>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+</head>
+<body>
+<button onclick="buy()" id="buy">Blob URL Test</button>
+<script src="blob_url.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/payments/blob_url.js ('k') | components/payments/content/payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698