Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
|
please use gerrit instead
2017/05/22 13:17:10
Let's not delete.
wuandy1
2017/05/23 15:46:58
Done.
| |
| 2 <!-- | |
| 3 Copyright 2017 The Chromium Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
| 6 --> | |
| 7 <html> | |
| 8 <head> | |
| 9 <title>Modifier Test</title> | |
| 10 <meta charset="utf-8"> | |
| 11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1"> | |
| 12 </head> | |
| 13 <body> | |
| 14 <button onclick="buy()" id="buy">Modifier Test</button><br> | |
| 15 <pre id="result"></pre> | |
| 16 <script src="util.js"></script> | |
| 17 <script src="modifier.js"></script> | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |