blob: 43c982c224ab4114e719f620f9aec28aaebb14ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<html>
<head>
<title>File Writer GC Blob</title>
<script src="../js/resources/js-test-pre.js"></script>
<script src="resources/file-writer-utils.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script src="resources/file-writer-gc-blob.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
|