forked from mirrors/gecko-dev
Automatic update from web-platform-tests FSA: Split up move() tests and update expectations move() is currently only supported for file handles. This CL splits the tests into separate files (testing moving files vs. directories) so that tests can be disabled per-file rather than per-test. Bug: 1140805, 1250534 Change-Id: Iaa599cb2a8c9c277e81c2e302ec4685ec18befd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3171919 Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#923939} -- wpt-commits: d9b6dcef5f6f85577143e4ff199a2f39c234cb91 wpt-pr: 30899
10 lines
429 B
HTML
10 lines
429 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="script-tests/FileSystemDirectoryHandle-move.js"></script>
|