mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 9b5bdedc2ad7797a6b99895157aeaa2b3a2d61e6
This commit is contained in:
parent
99cd30eaad
commit
10112eddce
92 changed files with 1518 additions and 445 deletions
|
@ -17,7 +17,7 @@ async function createFile(testCase, fileName) {
|
|||
const writtenBytes = new Uint8Array(writeSharedArrayBuffer);
|
||||
writtenBytes.set([64, 65, 66, 67]);
|
||||
const writeCount = await file.write(writtenBytes, 0);
|
||||
assert_precondition(writeCount == 4);
|
||||
assert_equals(writeCount, 4);
|
||||
|
||||
return file;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue