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

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

Issue 1967283003: Add maximum-scale=1 to PaymentRequest test page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 24bb6da1ef910d4625e5df7873f938ed78523f39..220b7fdd314680ddcebc60b36da937df927fe3e5 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
@@ -3,7 +3,7 @@
<head>
<title>No Shipping Test</title>
<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style>
button {
width: 100%;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698