blob: 70b9841ccfb0e8716eaf89854a30c89e867992f7 [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>Name and Free Shipping Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<button onclick="buy()" id="buy">Name and Free Shipping Test</button><br>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="name_and_free_shipping.js"></script>
</body>
</html>