mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
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
10 lines
433 B
HTML
10 lines
433 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/native-fs-test-helpers.js"></script>
|
|
<script src="script-tests/FileSystemDirectoryHandle-resolve.js"></script>
|