forked from mirrors/gecko-dev
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
14 lines
669 B
HTML
14 lines
669 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<meta name=timeout content=long>
|
|
|
|
<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="resources/messaging-helpers.js"></script>
|
|
<script src="resources/messaging-blob-helpers.js"></script>
|
|
<script src="resources/messaging-serialize-helpers.js"></script>
|
|
<script src="../fs/script-tests/FileSystemBaseHandle-postMessage-MessagePort-frames.js"></script>
|