summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/file-system-access/local_FileSystemWritableFileStream-write-manual.https.html
blob: f1c4960ad371e402c07bc71efd7190fdc1521ade (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-write.js"></script>