blob: 6b5035886aaf97cb51f96bf410108e97e0de301f [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2017 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>Modifier Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
</head>
<body>
<div><button onclick="buy()" id="buy">Modifier Test</button></div>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="modifier.js"></script>
</body>
</html>