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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>No Shipping Test</title> 4 <title>No Shipping Test</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1">
7 <style> 7 <style>
8 button { 8 button {
9 width: 100%; 9 width: 100%;
10 height: 5em; 10 height: 5em;
11 font-size: 3em; 11 font-size: 3em;
12 } 12 }
13 </style> 13 </style>
14 </head> 14 </head>
15 <body> 15 <body>
16 <button onclick="buy()" id="buy">No Shipping Test</button> 16 <button onclick="buy()" id="buy">No Shipping Test</button>
(...skipping 22 matching lines...) Expand all
39 .catch(function(error) { print(error.message); }); 39 .catch(function(error) { print(error.message); });
40 }) 40 })
41 .catch(function(error) { print(error.message); }); 41 .catch(function(error) { print(error.message); });
42 } catch (error) { 42 } catch (error) {
43 print(error.message); 43 print(error.message);
44 } 44 }
45 } 45 }
46 </script> 46 </script>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW
« 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