From 60166e61400eb5ee230093012f5c27e644b16e47 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 9 Dec 2022 14:44:17 -0800 Subject: [PATCH] FSA: Migrate remove WPTs from file-system-access to fs Spec PR: https://github.com/whatwg/fs/pull/9 Bug: 1114923 Change-Id: Ie52068e0053cf3a1b693e09c5623eb4b42dd6eb9 --- .../local_FileSystemBaseHandle-remove-manual.https.html | 2 +- .../FileSystemBaseHandle-remove.https.any.js | 2 +- .../script-tests/FileSystemBaseHandle-remove.js | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename file-system-access/sandboxed_FileSystemBaseHandle-remove.https.any.js => fs/FileSystemBaseHandle-remove.https.any.js (62%) rename {file-system-access => fs}/script-tests/FileSystemBaseHandle-remove.js (100%) diff --git a/file-system-access/local_FileSystemBaseHandle-remove-manual.https.html b/file-system-access/local_FileSystemBaseHandle-remove-manual.https.html index 8fded21eb92c8f3..ef7edd3aa8a84db 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 @@ - + 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 19c48df438f00c7..c3c1776784effc8 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