blob: f094262a1b33426a7ed03f08cb8b3e41335fc271 [file] [log] [blame]
if (this.importScripts) {
importScripts('../resources/fs-worker-common.js');
importScripts('../../../resources/js-test.js');
importScripts('../resources/fs-test-util.js');
}
description("webkitRequestFileSystemSync PERSISTENT test.");
var fileSystem = webkitRequestFileSystemSync(PERSISTENT, 100);
debug("Successfully obtained PERSISTENT FileSystem:" + fileSystem.name);
shouldBeTrue("fileSystem.name.length > 0");
shouldBe("fileSystem.root.fullPath", '"/"');
finishJSTest();