blob: 58b27688684e5a298b03a7e843be747f6b4dd616 [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>Blob URL Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<button onclick="buy()" id="buy">Blob URL Test</button>
<script src="blob_url.js"></script>
</body>
</html>