| OLD | NEW |
| 1 This test tries calling various filesystem functions with too few arguments. | 1 This test tries calling various filesystem functions with too few arguments. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arg
uments. | 6 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arg
uments. |
| 7 PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments. | 7 PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments. |
| 8 PASS webkitRequestFileSystem(PERSISTENT) threw exception TypeError: Not enough a
rguments. | 8 PASS webkitRequestFileSystem(PERSISTENT) threw exception TypeError: Not enough a
rguments. |
| 9 PASS webkitRequestFileSystem(PERSISTENT, 100) threw exception TypeError: Not eno
ugh arguments. | 9 PASS webkitRequestFileSystem(PERSISTENT, 100) threw exception TypeError: Not eno
ugh arguments. |
| 10 Successfully obtained Persistent FileSystem:file__0:Temporary | 10 Successfully obtained Persistent FileSystem:file__0:Temporary |
| 11 PASS fileSystem.root.removeRecursively() threw exception TypeError: Not enough a
rguments. | 11 PASS fileSystem.root.removeRecursively() threw exception TypeError: Not enough a
rguments. |
| 12 PASS fileSystem.root.moveTo() threw exception TypeError: Not enough arguments. | 12 PASS fileSystem.root.moveTo() threw exception TypeError: Not enough arguments. |
| 13 PASS fileSystem.root.copyTo() threw exception TypeError: Not enough arguments. | 13 PASS fileSystem.root.copyTo() threw exception TypeError: Not enough arguments. |
| 14 PASS reader.readEntries() threw exception TypeError: Not enough arguments. | 14 PASS reader.readEntries() threw exception TypeError: Not enough arguments. |
| 15 PASS entries.item() threw exception TypeError: Not enough arguments. | |
| 16 PASS entry.createWriter() threw exception TypeError: Not enough arguments. | 15 PASS entry.createWriter() threw exception TypeError: Not enough arguments. |
| 17 PASS entry.file() threw exception TypeError: Not enough arguments. | 16 PASS entry.file() threw exception TypeError: Not enough arguments. |
| 18 PASS writer.write() threw exception TypeError: Not enough arguments. | 17 PASS writer.write() threw exception TypeError: Not enough arguments. |
| 19 PASS writer.seek() threw exception TypeError: Not enough arguments. | 18 PASS writer.seek() threw exception TypeError: Not enough arguments. |
| 20 PASS writer.truncate() threw exception TypeError: Not enough arguments. | 19 PASS writer.truncate() threw exception TypeError: Not enough arguments. |
| 21 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
| 22 | 21 |
| 23 TEST COMPLETE | 22 TEST COMPLETE |
| 24 | 23 |
| OLD | NEW |