mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision bc60e6f82132cfc9a5b688c566c7772024b3c15c
This commit is contained in:
parent
449881f566
commit
29156ca9e2
223 changed files with 7517 additions and 2093 deletions
|
@ -4,7 +4,7 @@
|
|||
// Source: File API (https://w3c.github.io/FileAPI/)
|
||||
|
||||
[Constructor(optional sequence<BlobPart> blobParts,
|
||||
optional BlobPropertyBag options),
|
||||
optional BlobPropertyBag options = {}),
|
||||
Exposed=(Window,Worker), Serializable]
|
||||
interface Blob {
|
||||
|
||||
|
@ -33,7 +33,7 @@ typedef (BufferSource or Blob or USVString) BlobPart;
|
|||
|
||||
[Constructor(sequence<BlobPart> fileBits,
|
||||
USVString fileName,
|
||||
optional FilePropertyBag options),
|
||||
optional FilePropertyBag options = {}),
|
||||
Exposed=(Window,Worker), Serializable]
|
||||
interface File : Blob {
|
||||
readonly attribute DOMString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue