summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html
blob: 6e674a4ba051984b1986de44a82ad09e6ee3b33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>
<script>
startWorker('../resources/file-from-file-entry.js');
window.successfullyParsed = true;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>