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

Side by Side Diff: chrome/test/data/android/payments/payment_request_abort_test.html

Issue 2070913002: Make PaymentRequest.abort() integration tests reliable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Abort Test</title> 9 <title>Abort Test</title>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1"> 11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1">
12 <link rel="stylesheet" type="text/css" href="style.css">
13 </head> 12 </head>
14 <body> 13 <body>
15 <button onclick="buy()" id="buy">Buy</button><br> 14 <button onclick="buy()" id="buy">Buy</button><br>
16 <button onclick="abort()" id="abort">Abort</button> 15 <button onclick="abort()" id="abort">Abort</button>
17 <pre id="result"></pre> 16 <pre id="result"></pre>
18 <script src="util.js"></script> 17 <script src="util.js"></script>
19 <script src="abort.js"></script> 18 <script src="abort.js"></script>
20 </body> 19 </body>
21 </html> 20 </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