| OLD | NEW |
| 1 Test how file system methods react to too few arguments. | 1 Test how file system methods react to 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 webkitRequestFileSystem() threw exception TypeError: Not enough arguments. | 6 PASS webkitRequestFileSystem() threw exception TypeError: Failed to execute 'web
kitRequestFileSystem' on 'DOMWindow': 3 arguments required, but only 0 present.. |
| 7 PASS webkitRequestFileSystem(TEMPORARY) threw exception TypeError: Not enough ar
guments. | 7 PASS webkitRequestFileSystem(TEMPORARY) threw exception TypeError: Failed to exe
cute 'webkitRequestFileSystem' on 'DOMWindow': 3 arguments required, but only 1
present.. |
| 8 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arg
uments. | 8 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Failed to exec
ute 'webkitResolveLocalFileSystemURL' on 'DOMWindow': 2 arguments required, but
only 0 present.. |
| 9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 10 | 10 |
| 11 TEST COMPLETE | 11 TEST COMPLETE |
| 12 | 12 |
| OLD | NEW |