mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision c2e5b9fbaa17424f05ca2bb04609790a3b61d5c2
This commit is contained in:
parent
db7bb2a510
commit
f2c1b70e4a
138 changed files with 2799 additions and 851 deletions
|
@ -12,8 +12,8 @@ interface Blob {
|
|||
readonly attribute DOMString type;
|
||||
|
||||
// slice Blob into byte-ranged chunks
|
||||
Blob slice([Clamp] optional long long start,
|
||||
[Clamp] optional long long end,
|
||||
Blob slice(optional [Clamp] long long start,
|
||||
optional [Clamp] long long end,
|
||||
optional DOMString contentType);
|
||||
};
|
||||
|
||||
|
@ -75,7 +75,6 @@ interface FileReader: EventTarget {
|
|||
attribute EventHandler onabort;
|
||||
attribute EventHandler onerror;
|
||||
attribute EventHandler onloadend;
|
||||
|
||||
};
|
||||
|
||||
[Constructor, Exposed=(DedicatedWorker,SharedWorker)]
|
||||
|
@ -90,6 +89,6 @@ interface FileReaderSync {
|
|||
|
||||
[Exposed=(Window,DedicatedWorker,SharedWorker)]
|
||||
partial interface URL {
|
||||
static DOMString createObjectURL(Blob blob);
|
||||
static DOMString createObjectURL((Blob or MediaSource) obj);
|
||||
static void revokeObjectURL(DOMString url);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue