forked from mirrors/gecko-dev
Automatic update from web-platform-tests FSA: getUniqueId scaffolding Dummy implementation of getUniqueId that allows for developers to start experimenting with this method behind a flag. The returned ID is not stable across browsing sessions. Bug: 1342961 Change-Id: I1938083ca801ec5f3db0264384625cf638523315 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3933798 Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Daseul Lee <dslee@chromium.org> Auto-Submit: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#1056133} -- wpt-commits: f10830bd323a3403941bbaccd7f07e504c1e8305 wpt-pr: 36263
10 lines
437 B
HTML
10 lines
437 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="../fs/script-tests/FileSystemBaseHandle-getUniqueId.js"></script>
|