blob: b0db05b6254bb60b01b9c724af9cbce0fd892d92 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2016 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>No Shipping Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<button onclick="buy()" id="buy">No Shipping Test</button>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="no_shipping.js"></script>
</body>
</html>