fune/testing/web-platform/tests/file-system-access/local_FileSystemWritableFileStream-write-manual.https.html
Austin Sullivan ab331df925 Bug 1761876 [wpt PR 33397] - FS: Split FSA WPTs, a=testonly
Automatic update from web-platform-tests
FS: Split FSA WPTs

Align our WPTs with the spec split by moving OPFS tests into a new
fs/ directory.

All Access Handle tests and most tests using a sandboxed file system
backend have been moved to fs/. file-system-access/ contains all
file picker tests and tests using a local file system backend, as
well as tests which have not yet shipped
(BaseHandle::remove() and DirHandle::move()).

Bug: N/A
Change-Id: I95ab81c7f19774d69bf72e8140d609e7f4abb32a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3550030
Commit-Queue: Austin Sullivan <asully@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/main@{#999773}

--

wpt-commits: 5798ab0381b11bea4f6e00cc3b5896c71e5f833f
wpt-pr: 33397
2022-05-15 20:20:51 +00:00

10 lines
439 B
HTML

<!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>