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

Unified Diff: chrome/test/data/android/payments/payment_request_no_shipping_test.html

Issue 1931233002: Implement PaymentRequestUpdateEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit-shipping
Patch Set: Rebase Created 4 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
Index: chrome/test/data/android/payments/payment_request_no_shipping_test.html
diff --git a/chrome/test/data/android/payments/payment_request_no_shipping_test.html b/chrome/test/data/android/payments/payment_request_no_shipping_test.html
index 144546fe5666219cb26311a8d2d487c094bc43a2..24bb6da1ef910d4625e5df7873f938ed78523f39 100644
--- a/chrome/test/data/android/payments/payment_request_no_shipping_test.html
+++ b/chrome/test/data/android/payments/payment_request_no_shipping_test.html
@@ -13,7 +13,7 @@ button {
</style>
</head>
<body>
-<button onclick="buy()" id="buy">Buy</button>
+<button onclick="buy()" id="buy">No Shipping Test</button>
<script>
function print(msg) {
document.open();

Powered by Google App Engine
This is Rietveld 408576698