summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/file-system-access/local_FileSystemWritableFileStream-manual.https.html
blob: b9f28c5b08ca10e1e5a7e10b088a6951073aa00c (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset=utf-8>

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="resources/test-helpers.js"></script>
<script src="resources/local-fs-test-helpers.js"></script>
<script src="../fs/script-tests/FileSystemWritableFileStream.js"></script>