blob: 070af0c90bb7c9f36f6381d3a7f88e7b44eee1fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
<title>File Writer GC Blob</title>
<script src="../../resources/js-test.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>
</body>
</html>
|