mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision fb15e14b52049f952612623ee0d7fb7a620a57c9
This commit is contained in:
parent
200cc8aa6b
commit
4a942c982f
141 changed files with 2563 additions and 1589 deletions
|
@ -50,9 +50,16 @@ interface IDBFactory {
|
|||
optional [EnforceRange] unsigned long long version);
|
||||
[NewObject] IDBOpenDBRequest deleteDatabase(DOMString name);
|
||||
|
||||
Promise<sequence<IDBDatabaseInfo>> databases();
|
||||
|
||||
short cmp(any first, any second);
|
||||
};
|
||||
|
||||
dictionary IDBDatabaseInfo {
|
||||
DOMString name;
|
||||
unsigned long long version;
|
||||
};
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface IDBDatabase : EventTarget {
|
||||
readonly attribute DOMString name;
|
||||
|
|
|
@ -13,6 +13,5 @@ interface Performance : EventTarget {
|
|||
};
|
||||
|
||||
partial interface mixin WindowOrWorkerGlobalScope {
|
||||
[Replaceable]
|
||||
readonly attribute Performance performance;
|
||||
[Replaceable] readonly attribute Performance performance;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue