gecko-dev/testing/web-platform/tests/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.tentative.https.any.js
Marijn Kruisselbrink 2876aa5216 Bug 1620475 [wpt PR 22110] - [NativeFS] Implement resolve and isSameEntry., a=testonly
Automatic update from web-platform-tests
[NativeFS] Implement resolve and isSameEntry.

These methods let you compare if two handles represent the same entry, and
get the relative path of an entry inside a directory.

Bug: 1021351, 955184
Change-Id: I00f5be46b13c24973e9ad107f885047483656580
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089955
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Olivier Yiptong <oyiptong@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748485}

--

wpt-commits: ea00820737f30eeb9ef8fad5ed769c1a8863e600
wpt-pr: 22110
2020-03-13 16:46:37 +00:00

3 lines
162 B
JavaScript

// META: script=resources/test-helpers.js
// META: script=resources/sandboxed-fs-test-helpers.js
// META: script=script-tests/FileSystemBaseHandle-isSameEntry.js