summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary.html
blob: 448b6145f2c3686b4ee378e02ea52f063d465010 (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/simple-temporary.js');
</script>
</body>
</html>