Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
fs
/
root-name.https.any.js
blob: 650a7a64eef4b043df652b4cd27e1a2c120594bf [
file
] [
log
] [
blame
] [
edit
]
'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'
);