mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
Update web-platform-tests to revision 2b4f117a8fc636fc316b3864763db6b28e8a42bc
This commit is contained in:
parent
d7e7e43a80
commit
7ae94b8030
116 changed files with 3431 additions and 487 deletions
|
@ -17,3 +17,9 @@ test(testCase => {
|
|||
const fileNames = nativeIO.getAllSync();
|
||||
assert_equals(fileNames.indexOf('test_file'), -1);
|
||||
}, 'nativeIO.getAllSync does not return file deleted by nativeIO.deleteSync');
|
||||
|
||||
test(testCase => {
|
||||
nativeIO.deleteSync('test_file');
|
||||
// Delete a second time if the file existed before the first delete.
|
||||
nativeIO.deleteSync('test_file');
|
||||
}, 'nativeIO.deleteSync does not fail when deleting a non-existing file');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue