Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/mutationobserver-replacechildren
/
.
/
fs
/
root-name.https.any.js
blob: 1d6ec9660831713504c31c1d921db522c7ac5b85 [
file
] [
edit
]
// META: global=window,worker
'use strict'
;
promise_test
(
async test
=>
{
let root
=
await navigator
.
storage
.
getDirectory
();
assert_equals
(
root
.
name
,
''
);
},
'getDirectory returns a directory whose name is the empty string'
);