summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync.html
blob: b7fe8abf69474bfb4f786da5aaaa3f11d533f842 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
worker = startWorker('../resources/file-entry-to-uri-sync.js');
</script>
</body>
</html>