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