FSA: Migrate remove WPTs from file-system-access to fs

Spec PR: https://github.com/whatwg/fs/pull/9

Bug: 1114923
Change-Id: Ie52068e0053cf3a1b693e09c5623eb4b42dd6eb9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4073126
Reviewed-by: Daseul Lee <dslee@chromium.org>
Commit-Queue: Austin Sullivan <asully@chromium.org>
Auto-Submit: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1081718}
diff --git a/file-system-access/local_FileSystemBaseHandle-remove-manual.https.html b/file-system-access/local_FileSystemBaseHandle-remove-manual.https.html
index 8fded21..ef7edd3 100644
--- a/file-system-access/local_FileSystemBaseHandle-remove-manual.https.html
+++ b/file-system-access/local_FileSystemBaseHandle-remove-manual.https.html
@@ -7,4 +7,4 @@
 <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/FileSystemBaseHandle-remove.js"></script>
+<script src="../fs/script-tests/FileSystemBaseHandle-remove.js"></script>
diff --git a/file-system-access/sandboxed_FileSystemBaseHandle-remove.https.any.js b/fs/FileSystemBaseHandle-remove.https.any.js
similarity index 62%
rename from file-system-access/sandboxed_FileSystemBaseHandle-remove.https.any.js
rename to fs/FileSystemBaseHandle-remove.https.any.js
index 19c48df..c3c1776 100644
--- a/file-system-access/sandboxed_FileSystemBaseHandle-remove.https.any.js
+++ b/fs/FileSystemBaseHandle-remove.https.any.js
@@ -1,3 +1,3 @@
 // META: script=resources/test-helpers.js
-// META: script=../fs/resources/sandboxed-fs-test-helpers.js
+// META: script=resources/sandboxed-fs-test-helpers.js
 // META: script=script-tests/FileSystemBaseHandle-remove.js
diff --git a/file-system-access/script-tests/FileSystemBaseHandle-remove.js b/fs/script-tests/FileSystemBaseHandle-remove.js
similarity index 100%
rename from file-system-access/script-tests/FileSystemBaseHandle-remove.js
rename to fs/script-tests/FileSystemBaseHandle-remove.js