summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry-sync.html
blob: 04b7e1bd23dbe22fef66b468945ca5ec678f6ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
startWorker('../resources/file-from-file-entry-sync.js');
window.successfullyParsed = true;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>