Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / filesystem / simple-readonly-expected.txt
blob0ae04b649b804410f489e1e86d2b5d87037aa78d
1 FileSystem API readonly attributes test.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 webkitRequestFileSystem(TEMPORARY, 100, successCallback, errorCallback)
7 trying to set readonly property fileSystem.name
8 fileSystem.name = 'bar'
9 PASS fileSystem.name is still file__0:Temporary
10 root = fileSystem.root
11 root.getFile('foo', {create:true}, getFileCallback, errorCallback)
12 trying to set readonly property fileEntry.isFile
13 fileEntry.isFile = false
14 PASS fileEntry.isFile is still true
15 trying to set readonly property fileEntry.isDirectory
16 fileEntry.isDirectory = true
17 PASS fileEntry.isDirectory is still false
18 trying to set readonly property fileEntry.name
19 fileEntry.name = 'bar'
20 PASS fileEntry.name is still foo
21 trying to set readonly property fileEntry.fullPath
22 fileEntry.fullPath = 'bar'
23 PASS fileEntry.fullPath is still /foo
24 trying to set readonly property fileEntry.filesystem
25 fileEntry.filesystem = null
26 PASS fileEntry.filesystem is still [object DOMFileSystem]
27 PASS successfullyParsed is true
29 TEST COMPLETE